section{
    padding: 0px;
}
.top_feature{
    width: 100%;
    display: flex;
    margin-bottom: 4vw;
    padding: 11vw 3vw 4vw 3vw;
    
}
.col6{
        display: inline-block;
        margin-bottom: 2vw;
}
.pdL{
    padding-left: 4.375vw;
}
.vrtAignTop{
    vertical-align: top;
}
.tFHeading{
    color: #3D4D5D;
    font-size: 2.6vw;
    font-style: normal;
    font-weight: 300;
    line-height: 4.167vw; 
    margin-bottom: 2vw;
}
.tFHeading span{
    color: #FF752C;
    font-weight: 900;
}
.tFDes{
    color: #3D4D5D;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.222vw;
}
.videoDiv{
    display: flex;
    justify-content: center;
    width: 48vw;

}
.video-cont{
    position: relative;
    margin-right: 5vw;
}
.top_feature svg:nth-child(1){
    position: absolute;
    z-index: -1;
    width: 48vw;
    height: 48vw;
    top: -1vw;
    left: 0vw;
} 
.top_feature svg:nth-child(2){
    position: absolute;
    z-index: -1;
    width: 48vw;
    height: 48vw;
    top: -23vw;
    left: 0vw;
} 

.top-feature-banner{
  border-radius: 1.389vw;
}
.intro-video{
    width: 100%;
    height: 27vw;
}
@media ( max-width: 820px) {
    .top_feature svg{
       position: absolute;
       top: 55vh;
       left: 0;
       width: 78vw;
    } 
}

.top_feature_row {
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.top_btn_read_more{
    color: #4E3BC2;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.944vw;
    /* text-decoration: underline; */
    cursor: pointer;
}
.top_top_feture_des{
    color: #3d4d5d;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.222vw;
}
.top_btn_read_more, .top_btn_view_less{
    color: #4E3BC2;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.944vw;
    /* text-decoration: underline; */
    cursor: pointer;
}
.highlighted_desc{
    color: #FF752C;
    font-weight: 800;
}