.cta-card-section{padding:60px 20px}.cta-card,.cta-card-section{align-items:center;display:flex;justify-content:center;width:100%}.cta-card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:40px;height:600px;max-width:1400px;overflow:hidden;padding:60px;position:relative}.cta-card__overlay{background:rgba(0,0,0,.4);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.cta-card__content{max-width:800px;position:relative;text-align:center;z-index:2}.cta-card__heading{font-size:clamp(32px,5vw,56px);font-weight:500!important;line-height:1.2;margin:0 0 20px}.cta-card__paragraph{font-size:clamp(16px,2vw,20px);line-height:1.6;margin:0 0 40px}.cta-card__buttons{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cta-card__button{border:2px solid;border-radius:100px;cursor:pointer;display:inline-block;font-size:16px;font-weight:400!important;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease;white-space:nowrap}.cta-card__button--primary{background-color:#000;border-color:#000;color:#fff}.cta-card__button--secondary{background-color:transparent;border-color:#fff;color:#fff}@media (max-width:768px){.cta-card-section{padding:40px 16px}.cta-card{border-radius:24px;height:auto;min-height:500px;padding:40px 24px}.cta-card__heading{margin-bottom:16px}.cta-card__paragraph{margin-bottom:32px}.cta-card__buttons{flex-direction:column;gap:16px;width:100%}.cta-card__button{max-width:300px;width:100%!important}}@media (max-width:480px){.cta-card{min-height:400px;padding:32px 20px}}