.video-block-item {
    word-break-inside: 100%;
    max-width: 671px;
}
.video-block {
    display: flex;
    gap: 23px;
}
.video-description-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.video-description-text p {
    font-family: 'Mardoto-Regular',sans-serif;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.64px;
}
.video-description-text .main_news_title_button {
    width: 50%;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .video-description-text .main_news_title_button {
        width: 80%;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .video-description-text p {
        font-size: 16px;
    }
    .main_news_title_button-block {
        justify-content: center;
    }
    .video-block {
        flex-direction: column;
    }
    .video-description-text .main_news_title_button {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .video-description-text p {
        font-size: 16px;
    }
    .main_news_title_button-block {
        justify-content: center;
    }
    .video-block {
        flex-direction: column;
    }
    .video-description-text .main_news_title_button {
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .custom-video,.custom-video-wrapper {
        max-width: 281px!important;
    }
    .video-block {
        flex-direction: column;
    }
}