.about_us h4 {
    font-size: 1.4rem;
    color: #343434;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 0.5rem;

    }
    .about_us p{
        font-size:1rem;
        color: #525050!important;
         margin-bottom: 2rem;
         line-height: 1.8;
       
    }
    .keep-space {
    white-space: pre-line;
}
.icon_ab{
    margin-left: 0.7rem;
    color: #329AFA;
    font-size: 1.5rem
}
@media screen and (max-width: 992px) {
    .about_us h4 {
    font-size: 1.1rem;
   

    }
    .about_us p{
        font-size:0.9rem;
       
       
    }
}