.new_title {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: #EBEBEB;
    white-space: nowrap;
    margin: 8px 0 16px;
}

.new_subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 32px;
}

.new_red {
    color: #D73E39;
}

@media only screen and (max-width: 767px) {
    .new_title {
        font-size: 24px;
        line-height: 30px;
    }

    .new_subtitle {
        font-size: 10px;
        line-height: 14px;
        margin-top: 8px;
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .home__subtitle {
        max-width: 34vw;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
    .new_title {
        font-size: 28px;
    }

    .home__descr-slider {
        padding-left: 5vw;
    }

    .home__pagination {
        margin-left: 5vw;
    }

    .home__slider-btns {
        margin-left: 5vw;
    }
}

@media only screen and (max-width: 380px) {
    .new_title {
        font-size: 20px;
        line-height: normal;
    }
}
