.promo-wrapper {
    width: 1345px !important;
    margin-top: 35px;
    margin-bottom: 35px;
}

#feb-banner {
    width: 100%;
    background-image: url(../../../images/25/feb2/banner/back.jpg);
    background-image: -webkit-image-set(url("../../../images/25/feb2/banner/back.jpg") 1x, url("../../../images/25/feb2/banner/back@2x.jpg") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    --blue: #004c97;
}

#feb-banner .banner-inner {
    padding: 0 15px;
}
#feb-banner .banner-main {
    padding: 9px 0 25px;
}

#feb-banner .button {
    width: 184px;
    height: 39px;
    font-size: 1.125em;
    border-radius: 20px;
    margin-top: 11px;
}

@media screen and (max-width: 1330px) {
    .promo-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 567px) {
    #feb-banner {
        width: 100%;
        background-image: url(../../../images/25/feb2/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/feb2/hero/back-m.jpg") 1x,
                url("../../../images/25/feb2/hero/back-m@2x.jpg") 2x);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    #feb-banner .banner-inner {
        flex-direction: column;
    }
}