@media (max-width: 980px){
    section.banner{
        margin-top: 142px;
        height: 100%;
    }
    section.banner img{
        height: auto;
    }
    .breadcumbs{
        display: none;
    }
    section.faqs .head h2{
        font-size: var(--f28);
    }
    .sec-line .sec-line1{
        width: 6%;
    }
    .sec-line .sec-line2{
        width: 20%;
    }
    section.faqs .head p{
        margin-bottom: 20px;
        font-size: var(--f15);
    }
    section.faqs .container{
        padding: 0;
    }
    section.faqs button.accordion-button {
        font-size: 18px;
    }
    section.quick-action .col-4{
        width: 100%;
    }
    section.quick-action .main-sec{
        justify-content: start;
        margin-bottom: 20px;
    }
}
@media (max-width: 540px){
    section.banner{
        margin-top: 113px;
        height: 100%;
    }
}