.b-promo {
    height: 558px;
    background: url("/wp-content/uploads/2025/02/static-desctop.jpg") center 0
        no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .b-promo {
        height: 320px;
        background: url("/wp-content/uploads/2025/02/static-mobile-992.jpg")
            center 0 no-repeat;
    }
}

@media only screen and (max-width: 767px) {
    .b-promo {
        background: url("/wp-content/uploads/2025/02/static-mobile-768.jpg")
            left 0 no-repeat;
    }
}
/*# sourceMappingURL=maps/b-promo_1.css.map */
