* {
  font-family: Nunito, sans-serif;
}

.text-blk {
  line-height: 25px;
  margin: 0;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
}

.inner-container {
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  margin: 80px auto 100px auto;
}

.section-head-text {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 18px 0;
}

.section-subhead-text {
  color: rgb(72, 72, 72);
  font-size: 20px;
  line-height: 27px;
  max-width: 670px;
  margin: 0 0 80px 0;
}

.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: rgba(134, 134, 134, 0.16) 0px 6px 24px;
  border-radius: 6px;
  background-color: #fff;
  max-width: 750px;
  padding: 40px 30px;
}

.img-wrapper {
  width: 175px;
  height: 175px;
  clip-path: circle(50% at 50% 50%);
}

.name {
  font-size: 20px;
  font-weight: 700;
  margin: 28px 0 5px 0;
  line-height: 27px;
}

.position {
  line-height: 26px;
  color: rgb(0, 166, 127);
  font-weight: 700;
  margin: 0 0 20px 0;
}

.testimonial {
  color: rgb(122, 122, 122);
  font-size: 18px;
  line-height: 27px;
}

.outer-container {
  background-color: rgb(250, 250, 250);
  padding: 0 50px;
}

.swiper.team-swiper {
  max-width: 100%;
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: flex-start;
}

.swiper-wrapper {
  position: static;
  height: fit-content;
}

.swiper-pagination {
  margin: 36px 0 0 0;
}

.swiper-pagination-bullet {
  margin: 0 4px;
  height: 12px;
  width: 12px;
  background-color: rgb(0, 166, 127);
}

.card-content {
  text-align: left;
  margin-left: 30px;
}

@media (max-width: 1024px) {
  .swiper-slide {
      justify-content: center;
  }
}

@media (max-width: 768px) {
  .card {
      flex-direction: column;
  }

  .card-content {
      text-align: center;
      margin-left: 0;
  }

  .section-head-text {
      font-size: 40px;
  }
}

@media (max-width: 500px) {
  .outer-container {
      padding: 0 20px;
  }

  .section-head-text {
      font-size: 35px;
  }

  .section-subhead-text {
      font-size: 18px;
      line-height: 25px;
      margin: 0 0 50px 0;
  }
}
