.cta-box-wrapper{padding:0;position:relative}.cta-box-wrapper .cta-box{align-items:center;background-color:var(--white-color);border-radius:var(--main-border-radius);box-shadow:var(--card-default-shadow);display:flex;justify-content:space-between;padding:calc(var(--space-s)*3) var(--space-l)}.cta-box-wrapper .cta-box.cta-box-with-image{align-items:flex-start;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;height:400px;justify-content:flex-end}.cta-box-wrapper .cta-box.cta-box-with-image h2{color:var(--white-color)}.cta-box-wrapper .cta-box .cta-box-cta .cta-button-text{white-space:nowrap}@media (max-width:768px){.cta-box-wrapper .cta-box{align-items:flex-start;flex-direction:column;padding:var(--space-m)}.cta-box-wrapper .cta-box .cta-box-title h2{margin-top:0}}