.under-banner-container {
    padding: 60px 0;
    overflow: hidden;
}

.under-banner-title {
    font-size: 40px;
line-height: 55px;
color: #000000;
margin-bottom: 40px;
}

.under-banner-text {
    font-size: 18px;
    line-height: 180%;
    color: #171F48;
    margin-bottom: 40px;
}
.under-banner-text p {
    margin-bottom: 0px;
}

.left-text-under-banner,.right-video-under-banner{
    padding: 0;
}

.right-video-under-banner {
    padding-left: 28px;
}
.right-video-under-banner iframe{
	border-radius: 20px;
    width: 100%;
    height: 350px;
}
.left-text-under-banner {
    padding-right: 28px;
}

.under-banner-button-contain {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.under-banner-button-contain > a:not(:last-child){
    margin-right: 8px;
}

.content-video-block {
    margin-bottom: 8px !important
}

.content-block-under-header {
    margin: 0 -35px;
}

.block-item-under-header {
    display: flex;
    margin-top: 72px;
    padding: 0 35px;
}

.content-block-icon {
    margin-right: 22px;
    width: 96px;
    height: 96px;
    position: relative;
    top: 0px;
}

.block-item-text-content > .block-item-text-title {
    color: #171F48;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 8px;
}

.block-item-text-content > .block-item-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    color: #171F48;
    margin-bottom: 0;
}

/* @media (max-width: 991px) and (min-width: 992px){
    .right-video-under-banner {
        padding-right: 16px;
    }

    .left-text-under-banner{
        padding-left: 16px;
    }
} */


@media (max-width: 768px){
    /* .block-item-under-header{
        margin-top: 20px;
        padding: 0;
    } */

    .under-banner-text {
        font-size: 15px;
        line-height: 180%;
        margin-bottom: 20px;
    }
    .block-item-text-content > .block-item-text{
        font-weight: 300;
        font-size: 15px;
        line-height: 150%;
    }
    .block-item-text-content > .block-item-text-title{
        font-size: 18px;
        line-height: 150%;
    }
    .under-banner-title{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 8px;
        max-width: 245px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .block-item-under-header:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 991px){

    .under-banner-container{
        overflow: hidden;
        padding: 30px 0;
    }
    .left-text-under-banner,.right-video-under-banner{
        padding: 0;
    }
    .block-item-under-header{
        margin-top: 20px;
        /* padding: 0; */
    }
    /* .content-block-under-header{
        margin: 0;
    } */
    .block-item-under-header:first-child {
        margin-top: 0;
    }
    .content-video-block {
        padding-bottom: 100px;
        margin-bottom: 0 !important;
    }

    .under-banner-button-contain {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -210px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 425px){
    .right-video-under-banner iframe {
        min-height: 170px;
    }

    .under-banner-button-contain{
        bottom:-260px
    }
}
