.bobdo-pro-blocks-block--featured-video .bobdo-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.bobdo-pro-blocks-block--featured-video .text-container {
    text-align: center;
}

.bobdo-pro-blocks-block--featured-video .btns-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bobdo-pro-blocks-block--featured-video.has-text-above .text-container {
    order: -1;
}