/* Баннер на контентной странице */

.contentBanner {
    position: relative;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 74px;
}

.contentBanner__inner {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1199) {
    /* .contentBanner {
        background-image: url('/local/assets/img/banner_1_mobile.png');
    } */
}

@media (max-width: 767px) {
    .contentBanner {
        height: 380px;
        padding-bottom: 28px;
    }
}