/* Terms Conditions Banner Start */
#terms-banner {
    background-image: url('../images/home/banner-bg.webp');
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

#terms-banner .grid {
    z-index: 99;
}

/* TErms Conditions Banner End */
#cf-terms-section {
    background-image: url('../images/home/banner-bg.webp');
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width: 767px) {
    #cf-terms-section {
        height: 500px;
    }
}