.aboutus-custom-div {
  width: 100%;
  float: left;
  display: flex;
  gap: 30px;
  margin-top: 25px;
}
.aboutus-custom-left-div {
  flex: 1;
}
.aboutus-custom-right-img {
  width: 340px;
}
.aboutus-custom-right-img img {
  padding: 8px;
  background-color: #ccc;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .aboutus-custom-right-img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-custom-div {
    flex-direction: column-reverse;
    align-items: center;
  }
  .aboutus-custom-right-img {
    width: 100%;
    max-width: 340px;
  }
}
/*# sourceMappingURL=custom.map */