.client-story-repeater-section {
    position: relative;
    z-index: 1
}

.client-story-repeater-section .heading-story-wrapper {
    margin: 0 auto;
    max-width: 1208px
}

.client-story-repeater-section .heading {
    margin: 0 auto 50px;
    max-width: 763px
}

@media (min-width:768px) {
    .client-story-repeater-section .heading {
        margin: 0 auto 70px
    }
}

@media (min-width:992px) {
    .client-story-repeater-section .client-story-repeater {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px
    }
}

.client-story-repeater-section .client-story-repeater .single-client-story {
    background: #0053f2;
    border-radius: 20px;
    overflow: hidden
}

.client-story-repeater-section .client-story-repeater .single-client-story .hs-embed-wrapper {
    max-width: 100% !important;
    min-width: unset !important
}

.client-story-repeater-section .client-story-repeater .large-video {
    margin: 0 0 22px
}

@media (min-width:992px) {
    .client-story-repeater-section .client-story-repeater .large-video {
        max-width: 74.173%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 74.173%;
        flex: 0 0 74.173%;
        margin: 0
    }

    .client-story-repeater-section .client-story-repeater .right-videos {
        max-width: calc(25.827% - 40px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25.827% - 40px);
        flex: 0 0 calc(25.827% - 40px)
    }
}

.client-story-repeater-section .client-story-repeater .right-videos>:not(:last-child) {
    margin: 0 0 22px
}