.header-logo {
  width: 275px;
}
.about-sub-head {
  padding-bottom: 15px;
  font-size: 25px;
}
.div-padding {
  margin: 0px 0px 20px 0px;
}
.main-title-bottom {
  margin-bottom: 20px;
}
.partnership-list {
  color: white;
  text-align: left;
}
li.partnership-list::before {
  content: "\2022"; /* Unicode character for the bullet point (•) */
  color: #fff; /* Bullet color */
  font-size: 20px; /* Adjust the font size to increase the circle size */
  margin-right: 0.5em; /* Adjust spacing between the bullet and the text */
}
.dhatu-logo {
  /* height: 100px; */
}
.dhatu-top-section {
  margin-top: 40px;
}
.dhatu-footer {
  margin-bottom: 150px;
}
.dhatu-logo-footer {
  /* height: 130px; */
}
.dhatu-link {
  color: white;
}
.head-center {
  text-align: center;
}
option {
  border-radius: 30px;
  border: 2px solid white;
 }
 p {
  text-align: justify
 }
 .partnership-list {
  text-align: justify !important;
 }
 .emaillink {
  color: black;
 }
 .partnership-img {
  border-radius: 8px;
  margin-top: 74px;
 }
 @media (max-width: 767px) {
  .home-image {
    margin-top: 0px !important;
   }
  .circle-outer {
    margin-bottom: 20px;
  }
  .team-name {
    padding-bottom: 30PX !important;
  }
  .team-img {
    height: auto !important;
   }
  .partnership-img {
    margin-top: 10px !important;
   }
  .dhatu-logo {
    height: 60px;
  }
  .adjust-margin-1 {
    margin: 5px !important;
  }
  .adjust-margin-3 {
    margin: 5px !important;
  }
  .align-team-img {
    text-align: center;
  }
  .team-outer {
    margin-top: 53px !important;
  }
  idividual-wrapper {
    margin-bottom: 35px !important;
  }
 }
 .home-team {
  border: 1px solid #ebe1e1;
 }
 /* Style for aligned list */
.aligned-list {
  display: flex;
  flex-direction: column;
  font-size: 21px;
}

.aligned-list li {
  margin-left: 30px;
  list-style-type: disc;
  padding: 5px 5px;
  margin-bottom: 5px;
}
.aligned-ol-list {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: var(--white);
  font-size: 21px;
}

.aligned-ol-list li {
  margin-left: 30px;
  list-style-type: disc;
  padding: 5px 5px;
  margin-bottom: 5px;
}
.aligned-ul-pt-list {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: white;
  font-size: 21px;
}

.aligned-ul-pt-list li {
  margin-left: 30px;
  list-style-type: disc;
  padding: 5px 5px;
  margin-bottom: 5px;
}
.image-border {
  border-radius: 8px
}

 /* TEAM */
 .team-outer {
  margin-top: 100px;
 }
 .team-image {
  border-radius: 0px;
 }
 .main-head {
  font-size: 28px;
  font-weight: 700;
 }
 .sub-head {
  font-size: 26px;
 }
 .adjust-margin-1 {
  margin-top: 146px;
 }
 .adjust-margin-2 {
  margin-top: 12px;
 }
 .team-idividual-wrapper {
  margin-bottom: 70px;
 }
 .adjust-margin-3 {
  margin-top: 186px;
 }
 .adjust-margin-4 {
  margin-top: 6px;
 }
 .team-name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
 }
 .team-main-head {
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 45px;
 }
 .section-head {
  font-size: 2.25em;
  font-weight: 700;
 }
 .circle-outer {
  border-radius: 8px;
 }
 .team-img {
  border-radius: 8px;
  height: 264px;
 }
 .home-image {
  margin-top: 30px;
 }
 .map-section {
  background-color: black;
 }
 .social-media-icons {
  color: white;
  font-size: 25px;
 }