.inner-page.privay-policy .hero-section {
    background: url('../images/privacy-policy.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
}

.inner-page.disclaimer .hero-section {
    background: url('../images/disclaimer.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
}

.inner-page.terms-conditions .hero-section {
    background: url('../images/terms-conditions.webp') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
}

p.sub-heading-class {
    color: rgba(16, 17, 25, 1);
    font-size: 24px;
    font-weight: 500;
}

.light-color{
    color: #24262d;
}

.content{position: relative;}

.content-bg {
    position: absolute;
    right: 0;
    top: 120px;
}

.content ul {
    list-style: disc;
    padding-left: 25px !important;
}

p.note-class {
    background: rgba(239, 226, 28, 0.25);
    color: rgba(156, 147, 8, 1);
}


@media (max-width:767.98px){
    .content-bg{display: none !important;}
}

@media (max-width: 1199.98px) {
    .content ul li {
        font-size: 0.9rem !important;
        line-height: 24px;
    }
}