 /* Added by Shrikant for featured insights Start */

.wm-featured-emea.featured-insights .wm-insight-card:hover {
  transform: none;
}

.thumb-copy {
    display: flex;
    flex-direction: column;
}

.thumb-copy .category {
    margin-bottom: 0;
}

.wm-featured-emea.featured-insights .category a {
  text-transform: uppercase !important;
  text-decoration: underline !important;
}

.wm-featured-emea.featured-insights .category a span {
    margin-left: 4px;
}

.featured-insights .exl-container {
    padding: 0 68px !important;
    margin: 0 auto;
    max-width: 1440px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .featured-insights .exl-container {
        padding: 0 60px !important;
    }
}

@media screen and (max-width: 991px) {
    .featured-insights .exl-container {
        padding: 0 24px !important;
    }   
}
 

/*added by shrikant for featured insights End */