.top-vd {
    position: relative;
    padding-top: 25%;
    width: 100%;
    height: unset;
    overflow-x: hidden;
}

.vd-ifr {
    border: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.sections-wrapper .section-content:nth-child(1) {
    padding-top: 64px;
}












@media screen and (max-width:767px) {
    body {
        background-color: #F7F9FA;
    }

    .top-vd {
        height: unset;
    }

    .sections-wrapper .section-content:nth-child(5) {
        padding: 10px 0 0;
        background-color: #F7F9FA;
    }

    .sections-wrapper .section-content:nth-child(5) .style__headline___1ripS.style__headline-text___1tW5r.aos-init.aos-animate {
        line-height: 49px;
    }

    body .style__vertical-card-col___3agtC:nth-of-type(5) {
        margin-bottom: 10px;
    }

    .mb-mar-bt10 {
        margin-bottom: 10px;
    }

    .sections-wrapper .section-content:nth-child(1){
        padding-top: 0;
    }

    .style__hero-vertical-wrapper___2mUEj{
        padding-top: 48px!important;
    }
}