.about-us>p {
  font-size: 18px;
  color: #000;
  font-family: "system-ui";
}

.about-us h1 {
  font-size: 28px;
  color: #f37021;
  font-weight: 700;
  font-family: "system-ui";
}

.about-us h3 {
  font-size: 25px;
  color: #034ea2;
  font-weight: 500;
  font-family: "system-ui";
}

.about-us h5 {
  font-size: 22px;
  color: #034ea2;
  font-weight: 500;
  font-family: "system-ui";
}

.about-us h6 {
  font-size: 18px;
  color: #034ea2;
  font-weight: 500;
  font-family: "system-ui";
  margin-top: 15px;
}
.about-banner-caption{
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width:0px) and (max-width:567px) {
  .about-banner-caption{
    top: 16%;
  }
}

@media only screen and (min-width:576px) and (max-width:768px) {
  .about-banner-caption{
    top: 27%;
  }
}