section.image-form-module{overflow:hidden;position:relative;z-index:1}section.image-form-module .container{align-items:stretch;display:flex;gap:50px;justify-content:space-between;max-width:1260px}section.image-form-module .wrapper-img{border-radius:10px;display:flex;overflow:hidden;width:100%}section.image-form-module .wrapper-img img{height:100%;object-fit:cover;object-position:center;width:100%}section.image-form-module .wrapper-form{align-items:center;background-color:#e9f1f9;border-radius:10px;display:flex;flex-shrink:0;overflow:hidden;padding:30px;width:565px}section.image-form-module .wrapper-form>span{width:100%}@media screen and (max-width:1180px){section.image-form-module .container{gap:30px}}@media screen and (max-width:969px){section.image-form-module .wrapper-img{display:none}section.image-form-module .wrapper-form{width:100%}}