.featured-insights-left-img-part {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.featured-insights-left-img-part img {
    transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    width: 100%;
}
.video--play--icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    text-align: center;
}
.video--play--icon img {
    width: 60%;
}
.insightsOut-content-part h3 {
    font-weight: 600;
    font-size: 20px;
}
.insightsOut-content-part h3 a {
    color: #455560;
}
.featured-insights-left-img-part{ border-radius: 0 !important;}
.featured-insights-left-img-part:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
