.header-content-right-footer {
    justify-content: space-evenly;
}

.masterclass-right-advices-block-text {
    font-size: 160%
}

.advantages-griditem {
    min-height: 500px
}

#sevenstep {
    background: url('/2020/yanao/sevenstep.jpg') no-repeat;
    display: block;
    background-size: cover;
    height: 600px;
    width: 100%;

}

#sevenstep h2{
    font-size: 48px;
    text-align: center;
}

#sevenstep h3{
    font-size: 36px;
    text-align: center;
}

#sevenstep p{
    font-size: 24px;
}

@media (max-width: 1024px) {
    .advantages-card {display: none}
    .advantages-griditem {
        min-height: 20px
    }

    .reviews-griditem-card {
        height: 360px;
    }
}

@media (max-width: 800px) {
    .header-content-left-block-info-bot-timer {
        margin-bottom: 15px;
    }

    .header-content-right-footer {
        height: 80px;
    }
}

@media (max-width: 460px) {
    .reviews-griditem-card {
        height: 360px;
    }

    .masterclass-right-advices-block-text {
        font-size: 140%
    }

    #sevenstep h2 {
        font-size: 42px;
    }

    #sevenstep h3 {
        font-size: 28px;
    }

    #sevenstep p{
        font-size: 20px;
    }

    .award__name {
        font-size: 16px;
    }
}