.teamMemberBanner {
  padding-top: 88px;
}
.teamMemberBanner .containerr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  height: 10rem;
  background-image: url("../assets/images/teambanner.jpg");
  color: #ecf0f1;
  padding-bottom: 5rem;
}

.teamMemberBanner .container {
  text-align: center;
}

.teamMemberBanner .container h3 {
  font-size: 22px;
}
.teamMemberBanner .container p {
  margin-block: 20px 10px;
}

.teamMemberContainer .container {
  max-width: 1200px !important;
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
}
.teamMember-flex {
  width: 100%;
  margin-block: 3rem 5rem;
}

.teamMember-flex .flex {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.teamMember-flex .flex .banner {
  width: 40%;
  /* flex: 1; */
}

.teamMember-flex .flex .content {
  /* flex: 1; */
  width: 60%;
}
.teamMember-flex .flex .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.title-wrapper h2 {
  font-size: 28px;
  /* margin-top: 40px; */
}
.title-wrapper .subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.title-wrapper p {
  margin-block: 5px;
}

.description:nth-child(3) {
  margin-block: 1rem 2rem;
}

.qualification {
  margin-top: 2rem;
}

.section-title {
  font-weight: 700;
  margin-bottom: 7px;
}

.qualification ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.qualification ul li {
  list-style: disc !important;
  margin-left: 2rem;
}

.capability .section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.capability ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 820px) {
  .teamMember-flex .flex {
    flex-direction: column;
  }

  .teamMember-flex .flex .banner {
    width: 60%;
    /* margin-inline: auto; */
  }

  .teamMember-flex .flex .content {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .teamMember-flex .flex .banner {
    width: 100%;
  }
}
