:root {
    --nb-youtube-video-4-title-font-size: var(--nb-font-size-18);
    --nb-youtube-video-4-title-font-weight: var(--nb-font-semibold);
}

.nb-youtube-video-4 .title {
    font-size: var(--nb-youtube-video-4-title-font-size);
    font-weight: var(--nb-youtube-video-4-title-font-weight);
}

.nb-youtube-video-4 .heading-wrapper {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    :root {
        --nb-youtube-video-4-title-font-size: var(--nb-font-size-14);
    }
}
