/* banner */
.banner {
    background: #000;
    padding: 34px 0 67px;
    background-image: url("/catalog/view/theme/bronex/img/home_one_section.jpg");
    background-position-y: center;
}
.banner__inner {
    display: flex;
    margin-bottom: 132px;
}
.banner-info {
    width: 574px;
}
.banner-title {
    color: #fff;
    text-transform: uppercase;
}
.banner__advantages {
    display: flex;
    padding: 58px 42px;
}
.banner__advantages-item {
    width: 33%;
    text-align: center;
    color: #fff;
}
.advantages-item__img {
    margin-bottom: 20px;
}
.advantages-item__title {    
    margin-bottom: 20px;
}


@media(max-width:900px) {
    .banner-title {
        font-size: 48px;
        line-height: 53px;
    }
    .banner-info {
        width: min-content;
        margin-right: 20px;
    }
}

@media(max-width:767px) {
    .banner__inner {
        flex-direction: column;
        align-items: center;
    }
    .banner-info {
        margin: 40px 0 80px;
    }
    .banner__inner {
        margin-bottom: 50px;
    }
    .banner__advantages {
        flex-direction: column;
        align-items: center;
    }
    .banner__advantages-item {
        width: 50%;
        margin-bottom: 65px;
    }
    .banner {
        background-image: none;
    }
}
@media (max-width: 560px) {
    .banner-title {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .banner__advantages-item {
        width: 80%;
    }
}

@media(max-width:320px) {
    .banner-title {
        font-size: 40px;
        line-height: 48px;
    }
}