section.contact-form-module .container{display:flex;gap:0;padding:0}section.contact-form-module .container .wrapper{max-width:50%;width:100%}section.contact-form-module .wrapper-content{display:flex;flex-direction:column;justify-content:space-between}section.contact-form-module .wrapper-content .hero-form-text{display:flex;flex-direction:column;gap:1.25rem;height:fit-content;padding:4rem}section.contact-form-module .wrapper-content .hero-form-picture{height:auto;width:100%}section.contact-form-module .wrapper-content .hero-form-picture img{height:100%;object-fit:cover;width:100%}section.contact-form-module .wrapper-form{background-color:#cfe3ff;padding:1rem}@media (max-width:768px){section.contact-form-module .container{flex-direction:column}section.contact-form-module .container .wrapper{max-width:100%}section.contact-form-module .wrapper-content .hero-form-text{padding:1.5rem}section.contact-form-module .wrapper-content .hero-form-picture{display:none}}