.teamSection {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff;
  color: #111111;
}

.teamSection .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.teamSection .imageWrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.teamSection .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.teamSection .name {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #000000;
}

.teamSection .role {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
  margin-bottom: 24px;
}

.teamSection .bio_holder {
  height: 150px;
  overflow: auto;
  scrollbar-width: none;
}

.teamSection .bio {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}

.teamSection .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.teamSection .swiper-pagination-bullet-active {
  background: #000;
  width: 10px;
  height: 10px;
}

/* ================================
RESPONSIVE 
================================== */

/* @media (min-width:0px) and (max-width:767.98px) {
    .teamSection {
        padding: 30px 0;
    }

    .teamSection .name {
        font-size: 28px;
    }

    .teamSection .role {
        font-size: 16px;
    }
} */

@media (min-width: 0px) and (max-width: 991.98px) {
  .teamSection {
    padding: 30px 0;
  }

  .teamSection .name {
    font-size: 28px;
  }

  .teamSection .role {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .teamSection {
    padding: 30px 0;
  }

  .teamSection .name {
    font-size: 30px;
  }

  .teamSection .role {
    font-size: 16px;
  }
}
