.insights-header-section { 
    background: url(../images/insights/InsightsBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 87vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.insights-info {
    background-color: #ececec;
}

/*.insights-info b{
    color: #295693;
}*/