
.banner-mba-promo{
    background: #093EB4;
    height: 124px;
}
.banner-mba-promo-title{
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
}
.banner-mba-promo-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 124px;
    gap: 10px;
}
.mba-promo-info{
    display: flex;
    align-items: center;
    gap: 40px;
}
.btn-banner-catalog-sale{
    max-width: 253px;
    width: 253px;
    min-width: 100%;
    cursor: pointer;
    background-color: #ff672d;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    justify-self: start;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 700;
    min-height: 53px;
    height: 53px;
    line-height: 16px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mba-promo-btn{
    display: flex;
    align-items: center;
    gap: 5px;
}
.close-image-banner {
    cursor: pointer;
}
@media (max-width: 980px) {
    .mba-promo-info {
        gap: 10px;
    }
    .banner-mba-promo-title {
        font-size: 18px;
    }
    .mba-promo-info img{
        width: 30px;
    }
}
@media (max-width: 670px) {
    .mba-promo-btn .btn-banner-catalog-sale {
        width: 100px;
    }
}