.bhs-footer-cta{

padding:80px 0;

background:linear-gradient(135deg,#ff4f81,#ff7b54);

color:#fff;

overflow:hidden;

}

.cta-content h2{

font-size:46px;

font-weight:700;

margin:20px 0;

}

.cta-content p{

font-size:18px;

line-height:30px;

opacity:.95;

}

.cta-badge{

display:inline-block;

padding:10px 22px;

background:#fff;

color:#ff4f81;

border-radius:50px;

font-weight:600;

}

.cta-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:30px;

}

.cta-features div{

font-size:18px;

font-weight:500;

}

.cta-features i{

margin-right:10px;

color:#fff;

}

.cta-buttons{

background:#fff;

padding:35px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.cta-buttons .btn{

padding:18px;

font-size:18px;

font-weight:600;

border-radius:15px;

}
@media(max-width:991px){

.bhs-footer-cta{

text-align:center;

}

.cta-content h2{

font-size:34px;

}

.cta-features{

grid-template-columns:1fr;

}

.cta-buttons{

margin-top:40px;

}

}

@media(max-width:767px){

.bhs-footer-cta{

padding:60px 0;

}

.cta-content h2{

font-size:28px;

}

}