.nb-youtube-video-3{
    .heading-wrapper{
        margin-bottom: 20px;
        >* + *{
            margin-top: 10px;
        }
        .subtitle{
            font-size: 32px;
            line-height: 36px;
            font-weight: var(--nb-font-bold);
        }
        .title{
            font-size: 48px;
            line-height: 52px;
            font-weight: var(--nb-font-bold);
        }
    }
    > .btn-wrapper{
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .nb-youtube-video-3{
        .heading-wrapper{
            text-align: center;
            .subtitle{
                font-size: 18px;
                line-height: 22px;
            }
            .title{
                font-size: 32px;
                line-height: 36px;
            }
        }
    }
}