.pro-bg{
    background-image: url('../imgs/project.png');
}
.Services-bx .services-row{
    justify-content: center;
    align-items: center;
}
.Services-bx h2{
    text-align: center;
}
.Services-bx p{
    text-align: center;
}
.Services-bx .services-row .services-col img{
    width: 100%;
}
.whyChoosBx{
    background-color: #f2f3f5;
    padding: 50px 0px;
}
.whyChoose-inner p{
    margin-bottom: 0px !important;
    text-align: center;
}
.whyChoose-inner h2{
    font-size: 28px;
    text-align: center;
}


/*-----------------
START RESPONSIVE -
------------------ */
@media screen and (max-width:992px){
    .ab-msg-bx .ab-msg-col img{
       height: 400px;
    }
    .ab-msg-bx{
      padding-top: 30px;
      padding-bottom: 15px;
    } 
    .whyChoose-inner p{
        text-align: justify;
    }
   }