.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;
}

/* .expertise-heading {
  display: flex;
} */
.expertiseDiv {
  background-color: white;
  padding: 25px 25px;
  border-radius: 6px;
}
.expertiseDiv:hover {
  box-shadow: rgba(165, 149, 165, 0.2) 0px 8px 24px;
}
.expertiseDiv ul {
  list-style: none;
}
.expertiseDiv ul li {
  margin-bottom: 10px;
}
.expertiseDiv ul li i {
  color: #e74699;
}
.whyChooseLeft img {
  width: 100%;
  border-radius: 8px;
}
.csr-vision-img img {
  width: 100%;
  border-radius: 8px;
}

.logo-image img {
  width: 250px;
}
.contact-btn button {
  text-decoration: none;
  background-color: #9629db;
  color: white;
  border-radius: 10px;
  padding: 10px 25px;
  margin-top: 1.5rem;
  border: none;
  transition: all 0.2s ease-in-out;
}
.contact-btn button:hover {
  background-color: #e74699;
}
/*  */
.coreDiv img {
  width: 70%;
}
@media (max-width: 991px) {
  .expertiseDiv ul {
    padding-left: 5px;
  }
}
@media (max-width: 768px) {
  .coreDiv img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .aboutDiv h2 {
    font-size: 23px;
  }
}
