.contact{display:flex;gap:2rem;justify-content:space-between}.contact .section__wrapper{display:flex;flex-direction:column;gap:1rem}.contact .section__wrapper .section__inner{display:flex;justify-content:space-between}.contact .section__wrapper .section__inner .flexible-layout__container,.contact .section__wrapper .section__inner .section__background,.contact .section__wrapper .section__inner .section__form,.contact .section__wrapper .section__inner .section__map{flex-basis:50%}.contact .section__wrapper .section__inner .flexible-layout__container .section__value{margin-bottom:0}.contact .section__wrapper .section__inner:nth-of-type(2){border:1px solid #d9d9d9;border-radius:var(--content__border-radius-s)}.contact .section__wrapper .section__inner:nth-of-type(2) .section__form{padding:var(--form__space)}@media screen and (max-width:650px){.contact .section__wrapper .section__inner{flex-direction:column-reverse}}