.contact-form{margin-top:2.5rem;margin-bottom:5rem}.contact-form .container{display:flex;flex-direction:column;gap:2.5rem}.contact-form__head{display:flex;gap:1rem}@media (min-width:581px) and (max-width:1200px){.contact-form__head{flex-direction:column}}@media (max-width:580px){.contact-form__head{flex-direction:column}}.contact-form__content{display:flex;flex-wrap:wrap;gap:2rem 1rem}.contact-form__address{display:flex;flex-direction:column;width:calc(50% - .5rem)}@media (max-width:1200px){.contact-form__address{width:100%}}.contact-form__address--text{margin-bottom:1.5rem}.contact-form__address--item{color:#636363;display:flex;gap:.25rem}.contact-form__address--item+p{margin-top:.25rem}