.promo-banner {}
.promo-banner img {max-width:100%;object-fit:contain;background-position:center;margin:0 auto; height:auto;width:100%;}
.promo-banner__bar-wrapper {max-width:100vw;}
.custom_info_blocks .promo-banner__bar-wrapper {
    max-width: 100vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    justify-items: center;
}