.brand-about {
  padding-top: 20px !important;
}
.about-me-company .brand-logo img {
  height: auto !important;
  max-width: 180px;
  width: 100%;
}
.content-center .brand-about {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .about-me-company .brand-about {
    width: 80% !important;
  }
}
@media (max-width: 425px) {
  .about-me-company .brand-about {
    width: 100% !important;
  }
}
