.content-offer-contact{background:var(--white);border-radius:3px;box-shadow:0 3px 6px rgba(0,0,0,.15);display:flex;flex-direction:column;padding:50px 220px 50px 50px;position:sticky;text-decoration:none;top:180px;transition:all .2s ease-in-out}.content-offer-contact .hs-btn{padding:10px 50px 10px 20px}.content-offer-contact__title{grid-area:title}.content-offer-contact__description{grid-area:description}.content-offer-contact__btn-wrapper{grid-area:button}.content-offer-contact__image-wrapper{grid-area:image;position:relative}.content-offer-contact__image{position:absolute;top:-32px}.content-offer-contact__title{font-size:2rem}.content-offer-content{background:var(--white);border-radius:3px;box-shadow:0 3px 6px rgba(0,0,0,.15);display:grid;padding:40px;position:sticky;text-align:center;text-decoration:none;top:180px;transition:all .2s ease-in-out}.content-offer-content h4{font-weight:300}@media(max-width:1200px){.content-offer-contact,.content-offer-content{top:85px}}