/* ===== New policy page banner CSS added by NK on 18-09-2023 at 15:16 Hours ===== */
div#content {
    overflow-x: hidden;
}

section.policy-section-banner .policy-banner-wrapper {
    background-image: url('http://storage.googleapis.com/infiflexnew.appspot.com/6047228527378432');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30em;
}

section.policy-section-banner h1.banner-main-heading {
    font-size: 3.5em;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    color: #fff;
    top: 4.5em;
    left: 15%;
}

@media (max-width:768px) {
    section.policy-section-banner h1.banner-main-heading {
        top: 5em;
        left: 5%;
    }
}

@media (max-width:480px) {
    section.policy-section-banner h1.banner-main-heading {
        top: 3.5em;
        left: 5%;
    }
}