.bottom-cta-container{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 99;}
.bottom-cta-content{padding: 24px 8.5%;gap: 37px;background: var(--sc-yellow);border-radius: 30px 30px 0 0;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.bottom-cta-content h2{font-size: 40px;font-weight: 800;margin-bottom: 0;}
.bottom-cta-center{line-height: 1.5;}
.bottom-cta-right{min-width: 247px;}


@media (max-width: 1339.98px){
    .bottom-cta-content{padding: 24px 40px;}
}

@media (max-width: 1199.98px){
    .bottom-cta-content{padding: 20px 30px;gap: 25px;}
    .bottom-cta-content h2{font-size: 36px;}
    .bottom-cta-center{font-size: 16px;}
}

@media (max-width: 991.98px){
    .bottom-cta-content{width: 100%;padding: 15px 30px;font-size: 30px;font-weight: 800;line-height: 1;text-align: center;}
    .bottom-cta-content:hover{background: var(--sc-black);color: var(--sc-yellow);}
    .bottom-cta-content h2{font-size: 30px;}
}

@media (max-width: 767.98px){
    .bottom-cta-content h2{font-size: 25px;}
}

@media (max-width: 575.98px){
	.bottom-cta-content{padding: 15px 20px;}
    .bottom-cta-content h2{font-size: 20px;}
}