.banner-main.banner-serv {

    background-image: url("../images/banner-serv.jpg");

    background-repeat: no-repeat;

    background-size: cover;

}



.banner-serv .banner-main__title {

    margin-top: 70px;

}



.banner-serv .banner-main__text {

    max-width: 370px;

}



.banner-serv-bottom {

    background: rgba(22, 22, 22, 0.95);

    height: 352px;

    color: #fff;

}



.banner-serv-bottom .container {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100%;

}



.banner-serv-bottom__wrap {

    display: flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;

}



.banner-serv-bottom__box {

    margin-left: 40px;

}



.banner-serv-bottom__title {

    margin-bottom: 13px;

}


@media(max-width:860px) {
    .banner-serv-bottom__wrap {
        align-items: flex-start;
        flex-direction: column;
    }

    .banner-serv-bottom__box {
        margin-left: 0;
    }

    .banner-serv-bottom__box {
        margin-bottom: 35px;
    }
}