/* ================
5. about us
================ */

.about-us-title {
  font-size: 17px;
  text-align: center;
  color: #585858;
  max-width: 700px;
  margin: 20px auto;
  background-color: white;
  padding: 30px;
  box-shadow: 2px 2px 5px rgb(240, 235, 235);
  border-radius: 9px;
  margin-bottom: 40px;
}

.parent-about-us {
  margin: 50px auto;
  max-width: 700px;
}

.about-us-title p {
  font-size: 18px;
  text-align: center;
  color: #585858;
  line-height: 1.9em;
  text-align: justify;
}

.about-us-title span {
  color: #46c210;
}

.about-us-title a {
  font-size: 18px;
  text-align: center;
  color: #b94343;
  line-height: 1.9em;
}

.about-us-h1 {
  display: flex;
  gap: 1em;
  margin-bottom: 0px;
}

.about-us-h1 i {
  color: #7ed957;
  font-size: 23px;
}

.about-us-h1 p {
  color: #585858;
  font-size: 18px;
  font-weight: 600;
}
