.video_banner_section .container {
    /* max-width: 1328px; */
}

.video_banner_section__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 67px 0px 99px;
}

.video_banner_section__inner__left_sec {
    width: 49.40%;
    order: 1;
}

.video_banner_section__inner__left_sec__image_section__imag {
    background-size: cover;
    background-repeat: no-repeat;
}

.video_banner_section__inner__right_sec {
    width: 51.60%;
    max-width: 577px;
    margin-right: auto;
}


.video_banner_section__inner__right_sec__content__heading h2.h2 {
    font-size: 40px;
    line-height: 53px;
    font-family: supria-sans, sans-serif;
    margin: 0;
    color: #00346A;
    font-weight: bold;
}

.video_banner_section__inner__right_sec__content__heading__content p {
    font-size: 18px;
    color: #6C6C6C;
    line-height: 27px;
    margin: 0 0 25px !important;
    padding: 0;
    font-family: proxima-nova, sans-serif;
}

.video_banner_section__inner__right_sec__content__link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.video_banner_section__inner__right_sec__content__link .button {
    background: #791743;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 29px;
    padding: 12px 31px 12px 28px;
    line-height: 21px !important;
    font-size: 16px;
    transition: all .5s ease !important;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
}

.video_banner_section__inner__right_sec__content__link .button:hover {
    background-color: #5E1B39;
}

.video_banner_section__inner__right_sec__content__link .button+.button {
    margin-left: 21px;
}

.video_banner_section__inner__right_sec__content__link .button.button_with_icon svg {
    margin-right: 12px;
}

.video_banner_section__inner__left_sec__video_section .right_inner_video {
    border-radius: 19px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video_banner_section__inner__left_sec__video_section .right_inner_video iframe {
    width: 100%;
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    min-height: initial;
}

@media (max-width:1360px) {
    .video_banner_section__inner__right_sec {
        margin-right: 60px;
        width: 44%;
    }

    .video_banner_section__inner__right_sec__content__heading h2.h2 {
        font-size: 28px;
        line-height: 37px;
    }
}

@media (max-width:1199px) {
    .video_banner_section__inner__right_sec__content__link {
        justify-content: center;
        display: flex;
    }

    .video_banner_section__inner__right_sec {
        margin-right: 30px;
        width: 47%;
    }

    .video_banner_section__inner__right_sec__content__link .button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:991px) {
    .video_banner_section__inner {
        margin: 60px 0px;
    }

    .video_banner_section__inner__right_sec {
        width: 100%;
        max-width: 100%;
        margin: 24px 0 0 0;
    }

    .video_banner_section__inner__left_sec {
        width: 100%;
        order: 0;
    }
}

@media (max-width:767px) {
    .video_banner_section__inner {
        margin: 60px 0px;
    }

    .video_banner_section__inner__right_sec__content__heading h2.h2 {
        text-align: center;
    }

    .video_banner_section__inner__right_sec__content__heading__content p {
        text-align: center;
        margin: 0 0 17px !important;
    }

    .video_banner_section__inner__right_sec__content__link {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .video_banner_section__inner__right_sec__content__link .button+.button {
        margin: 11px 0 0;
    }

    .video_banner_section__inner__right_sec__content__link .button {
        padding: 12px 22px 12px 22px;
        min-width: 200px;
    }
}

@media (max-width:575px) {
    .video_banner_section__inner {
        margin: 24px 0px 48px;

    }
}

/* 
@media (max-width:400px) {
    .video_banner_section__inner__left_sec__video_section .right_inner_video iframe {
        max-width: 334px;
        margin: 0 auto;
        max-height: 185px;
    }

    .video_banner_section .container {
        max-width: 334px;
    }
} */