.flex-content.video-embed .main-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0px;
    margin:0 0 8px;
}

.flex-content.video-embed video,
.flex-content.video-embed iframe {
    width: 100%;
    aspect-ratio: calc(16/9);
}

@media only screen and (max-width: 991px) {
    .flex-content.video-embed {
        padding: 30px 0 !important;
    }
}
