.cta-video-section {
    padding-block: 40px 80px;
}
.cta-video-section .row-new {
    row-gap: 16px;
    flex-wrap: wrap;
}
.cta-video-section .video-wrapper, .cta-video-section .text-wrapper {
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
@media (min-width: 991.8px) {
    .cta-video-section .video-wrapper, .cta-video-section .text-wrapper {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
.cta-video-section .video-wrapper {
    order: 2;
}
@media (min-width: 991.8px) {
    .cta-video-section .video-wrapper {
        order: 1;
    }
}
.cta-video-section .text-wrapper {
    order: 1;
    margin-bottom: 30px;
}
@media (min-width: 991.8px) {
    .cta-video-section .text-wrapper {
        order: 2;
        margin-bottom: 0;
    }
}
.cta-video-section .video-inner {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    position: relative;
    padding-top: 55%;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 991.8px) {
    .cta-video-section .video-inner {
        padding-top: 26%;
    }
}
.cta-video-section .video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-video-section .text-wrapper h3 {
    text-align: left;
}
.cta-video-section .text-wrapper .button-wrapper {
    display: flex;
    flex-wrap: wrap;
}
