@media screen and (min-width:1200px) {
    .course-new-theme .promo__title {
        font-size: min(5.25rem, 6vw);
        line-height: 1.15;
        margin-top: -.5em
    }
}

@media screen and (max-width:1199px) {
    .course-new-theme .promo__title {
        font-size: 5.5vw;
        margin-top: -.5em
    }
}

@media screen and (max-width:480px) {
    .course-new-theme .promo__title {
        font-size: 7vw
    }
}

.sc__order {
    overflow: hidden
}

.company__logo {
    margin-bottom: 13px;
}

.course-new-theme .company__logo img {
    width: 200px;
}