@media only screen and (min-width: 992px) {
    
}
@media only screen and (min-width: 768px) {
    .about-sec img {
            width: 100%;
        }
}
@media only screen and (max-width: 992px) {
    .banner-sec {
            height: 500px;
        }
    .feature-sec{
        padding-top: 0;
    }
    .feature-img {
        position: relative;
        left: initial;
        margin-bottom: 50px;
    }

    .feature-img img {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .banner-sec {
        height: 400px;
    }
        .banner-sec .container h1 {
            font-size: 25px;
        }
    
        .banner-sec .container h3 {
            font-size: 18px;
        }
}