.knowledgeHub_headerImage.greyGradient::after {
    background: -webkit-gradient(linear,left top,right top,color-stop(39.14%,#7f888c),color-stop(99.94%,rgba(127,136,140,.3)));
    background: linear-gradient(90deg,#034560 15%,rgba(0, 179, 255, 0.3) 90%);
}


.knowledgeHub_headerImage.whiteGradient::after {

    background: -webkit-gradient(linear,left top,right top,color-stop(37.27%,#f4f4f4),color-stop(97.52%,rgba(255,255,255,.3)));
    background: linear-gradient(90deg,#f4f4f4 37.27%,rgba(255, 0, 0, 0.3) 97.52%);

}
