.insights-featured-block{
    padding-top: 60px;
    padding-bottom: 42px;
}
.insights-featured-block .h2{
    font-family: Haffer;
    font-size: 40px;
    font-weight: 600;
    line-height: 50.4px;
    letter-spacing: 0.41999998688697815px;
    color: #282B60;
        max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.insights-featured-block .featured_items {
    margin-top: 27px;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.insights-featured-block .featured_items .featured-item {
    width: 33.33%;
    padding: 18px 22px;
}
.insights-featured-block.style-new .featured_items .featured-item {
    padding-top: 24px;
    padding-bottom: 24px;
}
.insights-featured-block .featured_items .featured-item .featured-item-icon {
    width: 94px;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 3px solid rgba(255,255,255,.36);
}

.insights-featured-block.style-new .featured_items .featured-item .featured-item-icon img {
    width: 62px;
}
.insights-featured-block .featured_items h3{
    font-family: Haffer;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 16px;
}

/* style-new */
.insights-featured-block.style-new .featured_items {
    margin-top: 52px;
}
.insights-featured-block.style-new .featured_items .featured-item .featured-item-icon {
    outline: none;
    width: 120px;
    height: 120px;
    outline: 6px solid #FFFFFF5C;
}
.insights-featured-block.style-new .featured_items h3{
	color: #38446B;
    margin-top: 20px;
}
/* style-new */
@media screen and (max-width: 767px) {
    .insights-featured-block{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .insights-featured-block .h2{
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0.41999998688697815px;
    }
    .insights-featured-block .featured_items{
        margin-top: 26px;
    }
    .insights-featured-block .featured_items .featured-item {
        width: 50%;
        padding: 10px;
    }
}






