h3.over {
    font-family: 'Poppins-Regular';
    font-size: 30px;
    font-weight: 600;
   
    text-transform: capitalize;
}

p.overviewpara {
    text-align: justify;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
}

h3.over:after {
    content: "";
    /* position: absolute; */
    left: 0px;
    margin-top: 12px;
    bottom: 11px;
    display: block;
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, #000 50%, #0a7fe8 0%);
}