.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;
}

@media screen and (max-width:1600px) {
    .title_banner-mba{
        font-size: 26px;
    }
}

@media screen and (max-width:980px) {
    .title_banner-mba{
        font-size: 22px;
    }
}
@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;
    }
}