.about-custom-div {
  width: 100%;
  float: left;
}
.about-custom-div p {
  width: 100%;
  float: left;
}
.aboutus-imgs {
  width: 100%;
  float: left;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.about-custom-div strong {
  width: 100%;
  float: left;
  font-size: 20px;
}
.aboutus-imgs img {
  width: 100%;
  max-width: 350px;
  background: #ccc;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .aboutus-imgs {
    flex-direction: column;
    align-items: center;
  }
}
/*# sourceMappingURL=custom.map */