.logoSite {
  width: 150px;
}
.logoMobile {
  width: 50px;
}
.center-content {
  justify-content: center;
}
.inner-about-quote-img img{
    width:300px;
}
@media (min-width: 320px) and (max-width: 575px) {
    .pb-120 {
        padding-bottom: 20px !important;
    }
    .pt-120 {
        padding-top: 30px !important;
    }
        .mobile-pad{
    margin-top:50px !important;
}
.inner-about-quote-img img{
    width:100% !important;
}
}


