.teamtxt_Section {
  background: #fff;
  margin-top: 100px;
}
.teamPara {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #070707;
    text-align: justify;
}

.team-card {
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
}

.team-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.teamNameHeading{
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #2C3137;
}
.teamDesignation{
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #2AA3D9;
}
@media (max-width: 1240px) {
  .section-title{
    font-size:58px;
  }
}

/* ✅ Large Screens (≥1200px) */
@media (min-width: 1200px) {
  .teamHeading h1 {
    font-size: 80px;
  }
  .teamSlogan p {
    font-size: 26px;
  }
}

/* ✅ Medium Screens (992px–1199px) */
@media (max-width: 1199.98px) {
  .teamHeading h1 {
    font-size: 65px;
  }
  .teamSlogan p {
    font-size: 22px;
  }
}

/* ✅ Tablets (768px–991px) */
@media (max-width: 991.98px) {
      .section-title {
        font-size: 44px;
    }
  .teamPara {
        font-size: 18px;
    }
}

/* ✅ Small Tablets (576px–767px) */
@media (max-width: 767.98px) {
  .teamtxt_Section {
    margin-top: 40px;
}
  .teamsSection {
    padding: 1rem !important;
  }

}

@media (max-width: 575.98px) {
  .team-card {
    border-radius: 12px;
  }
  .team-img {
    max-height: 100;
    object-fit: cover;
  }
  .team-card .p-3 {
    padding: 1rem !important;
  }

    .teamHeading h1 {
    font-size: 46px;
    /* text-align: center; */
  }
  .teamSlogan p {
    font-size: 16px;
    /* text-align: center; */
    /* padding: 0 1rem; */
  }
}

@media (max-width: 320px) {
    .section-title {
        font-size: 36px;
    }
}

