.section_featured_in{
    padding-top: 8.333vw;
    padding-bottom: 8.333vw;
    position: relative;
    background: #4E3BC2;
}

.featured_in_title{
    color: #FFF;
    font-size: 8.533vw;
    font-style: normal;
    font-weight: 300;
    line-height: 10.667vw;
    margin-bottom: 8vw;
}
.featured_in_title span{
    font-weight: 900;
}
.section_featured_in .col4{
    padding: 4vw;
    border-radius: 5.333vw;
    background: #FFF;
    margin-top: 1.333vw;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: column;
    width: 43vw;
}
.section_featured_in .col4 div:nth-child(1){
    display: flex;
    align-items: center;
}
.section_featured_in .col4 div:nth-child(1) img{
   margin-right: 3vw;
}
.featured_in_img{
    width: 12vw;
    height: 12vw;
    align-self: center;
    margin-bottom: 5vw;
}
.featured_in_heading{
    color: #000;
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6vw;
}
.featured_in_des{
    color: #4E5167;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw;
}
.section_featured_in svg{
    position: absolute;
    right: 0;
    bottom: 1.600vw;
}
.features_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-cont svg{
    width: 10vw;
    height: 15vw;
}