.aboutDiv h5 {
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 16px;
  color: #2b2b2b;
  /* font-family: Maven Pro, sans-serif !important; */
  font-family: var(--paragraph-font--);
}

.aboutDiv h2 {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 32px;
  /* font-family: Maven Pro, sans-serif !important; */
  margin-top: 14px;
  line-height: 1.3;
}
.missionDiv {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #f84ca5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.missionDiv img {
  width: 30px;
  filter: invert(1);
}
.missionContent h5 {
  font-family: var(--paragraph-font--);
  text-transform: uppercase;
  font-weight: 700;
}
.missionContent p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.whychooseDiv p {
  text-align: justify;
}
.whychooseDiv li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.whychooseDiv li i {
  color: #e74699;
}
.whychooseDiv li h5 {
  font-family: var(--heading-font--);
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 400px) {
  .aboutDiv h2 {
    font-size: 23px;
  }
}
