@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
.team__heading {
  text-align: center;
  margin: 6rem auto;
}

.team__heading h1 {
  font-size: 3.5rem;
}

.team__container {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
}

.team__card {
  flex: 1;
  min-width: 20rem;
  max-width: 25rem;
}

.team__card_img {
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.team__card_img img {
  width: 100%;
      height: 25rem;
  /* max-width: 25rem; */
}

.team__card_img_text {
  padding: 0.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: white;
  border-top: 10px solid #0368ff;
  min-width: 20rem;
  /* box-shadow: 0px 0px 0px 0px rgb(226, 224, 224); */
}
.team__card p {
  font-family: "Abel", sans-serif !important;
  padding-top: 0.5rem;
  font-size: 15px;
  text-align: justify;
  /* padding-top: 1.5rem; */
}
.container.team__container.management__card {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0rem 0 4rem 0;
}
.team__card_img_text p {
  text-align: center;
}
.team__heading.client__team h1 {
  color: #0368ff;
  font-weight: 800;
  font-size: 33px;
  font-family: "Abhaya Libre ExtraBold";
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.management__card__div {
  display: flex;
}
.thumb-div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 20rem;
  width: 60rem;
  margin: 0 auto;
}
.team__heading.client__team {
  margin: 5rem auto;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.team__heading.client__team p {
  font-weight: 800;
  font-size: 48px;
  line-height: 57px;
  text-align: center;
  color: #000000;
  font-family: "Abhaya Libre ExtraBold";
  width: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 4rem 2rem;
  height: 15rem;
}

.team__small__test {
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  width: 33rem;
  font-family: "Abril Fatface", cursive;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .thumb-div {
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
    margin: 0 auto;
    flex-direction: column;
  }
  .team__card{
    min-width: 20rem !important;
    max-width: 20rem !important;
  }
}
