.video-block__info {
    max-width: 950rem;
    margin: 0 auto;
}

.video-block__text {
    margin-top: 10rem;
}

.video-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 13rem;
    gap: 13rem;
}

.video-block__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16rem;
    font-weight: 300;
    line-height: 1.3;
}

.video-block__list-item img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24rem;
            flex: 0 0 24rem;
    width: 24rem;
    height: 24rem;
    margin-right: 9rem;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .video-block__text {
        margin-top: 16rem;
    }

    .video-block__list {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        gap: 16rem;
    }
}
