@media(max-width:768px){
    .gfl-banner-sec {
        position: relative;
        padding: 60px 0 80px;
        background-image: none;
        background: #003e6d;
    }
    .ban-img-mob {
        display: block;
        border-radius: 10px;
    }
    .gfl-logo img {
        max-width: 100px;
    }
    .gfl-banner-content { 
        padding-top: 10px;
    }
}
@media(max-width:1024px){
     .gfl-srv-1-img img {
        height: auto;
    }  
}
@media(min-width:768px) and (max-width:1024px) and (orientation:portrait) {

    .gfl-srv-1-card { 
        height: 100%;
    }
    .gfl-srv-1-img img {
        height: auto;
    }
    .gfl-srv-1 .col-lg-4.col-md-6 {
        margin-bottom: 30px;
    }

}
@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .gfl-wcu-sc-content h3 {
        font-size: 20px;
    }
    .gfl-con-sc-content h2 {
        font-size: 40px;
    }
    .gfl-srv-1-img img {
        height: auto;
    }
    .gfl-srv-1-card { 
        height: 100%;
    }


}

@media(min-width:1279px) and (max-width:1367px) {
    .gfl-srv-1-content p { 
        min-height: 270px;
    }
    .gfl-banner-content h1 { 
        font-size: 50px; 
    }
}