.title_banner-mba{
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: white;
}

.mba_banner-container{
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.block-mba-banner{
    display: flex;
    gap: 40px;
    width: 100%;
    align-items: center;
}
.banner-catalog-mba2-0{
    background: rgba(9, 62, 180, 1);
}

.promo_mba-banner__title_new-main{
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 114%;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}

.promo_mba-banner__title_new-main span{
    background: rgba(150, 137, 255, 1);
    width: max-content;
    border-radius: 16px;
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 40px;
    vertical-align: bottom;
    line-height: 114%;
    color: white;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-4deg);
    white-space: nowrap;
    flex: 0 0 auto;
    margin-right: 15px;
}

@media screen and (max-width:1600px) {
    .title_banner-mba{
        font-size: 26px;
    }
    .promo_mba-banner__title_new-main span{
        font-size: 30px;
    }
    .promo_mba-banner__title_new-main{
        font-size: 28px;
    }
}

@media screen and (max-width:980px) {
    .title_banner-mba{
        font-size: 22px;
    }
    .promo_mba-banner__title_new-main span{
        font-size: 28px;
        padding: 7px 15px;
        margin-right: 10px;
    }
    .promo_mba-banner__title_new-main{
        font-size: 22px;
        display: inline-block;
    }
}
@media screen and (max-width:670px) {
    .mba_banner-container {
        display: flex;
        gap: 20px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .title_banner-mba {
        font-size: 16px;
    }
    .block-mba-banner img{
        width: 40px;
    }
    .promo_mba-banner__title_new-main span{
        font-size: 24px;
    }
}