.hpaboutmm{
    margin-bottom: 10px;
}
.hpabouthh{
    text-align: center;
}
.hpabouthh .htitle{
    text-transform: uppercase;
}
.hpabouthh .htitle, .hpabouthh .htitle h1{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
/* <===  ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    .hpaboutmm p{
        text-align: justify;
    }
    .hpaboutmm .vwhite{
        text-align: unset;
    }
    .hpabouthh .htitle, .hpabouthh .htitle h1{
        font-size: 18px;
        line-height: 27px;
    }
}
@media all and (max-width: 767px){

}