p {
  text-align: justify;
}
.more-about-us-img-section-1 {
  max-width: 100%;
}
.main-title-font-who-we-are {
  color: var(--main-title-font-color) !important;
  font-family: var(--font-family-subheading-text);
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 12px;
}
.subSection img {
  object-fit: contain;
}
.customhomeImage {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(185deg);
  top: -100px;
}
.custom-hero-section {
  position: relative;
}
.custom-hero-section .hero-bg {
  background-image: none;
}
@media screen and (max-width: 992px) {
  .custom-hero-section .hero-bg {
    height: min-content;
  }
}
@media screen and (max-width: 768px) {
  .main-title-font-services {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .customhomeImage {
    transform: rotate(179deg);
    top: -300px;
  }
}
