.banner .banner-contnet > h2 {
    font-size: 25px;
    font-weight: 400;
}

.banner-contnet {
    position: relative;
    margin-top: 50px;
}

.banner2 {
    background: url(../images/banner5.png);
}

.banner3::before, .banner2::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner3 {
    background: url(../images/banner6.png);
}

@media(max-width:767.98px) {
    .banner-contnet {
 
        margin-top: 0px;
    }


}