.team-members {
  border-radius: 24px;
  margin-top: 20px;
}
.team-members .about-team {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  justify-content: center;
}
.team-members .about-team .tam-image img {
  width: 100%;
  border-radius: 12px  12px 0 0;
  height : 314px !Important;
  object-fit : cover;
  object-position: top;
}
.team-members .background-image {
  bottom: -7px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 0;
}
.team-members {
  position: relative;
}
.team-members .container_wrapper {
  position: relative;
  z-index: 9;
}
.team-members .about-team .team-content{
  padding: 10px; 
  width: 25%;
}
.team-members .about-team .team-content .team_member_con {
  border: 1px solid #3C3C3C; 
  border-radius:12px; 
  background: #0C0B0B;
  height: 100%;
}
.team-members .about-team .team-content .team-heading {
  background: #0C0B0B;
  margin-top: -8px;
  padding: 15px;
  display: grid;
  gap: 10px;
  border-radius: 0 0 12px 12px;
}
.team-members .about-team .team-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.team-members .about-team .team-content .team-heading .team-degination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.team-members .about-team .team-content .team-heading .team-degination p {
  font-size: 14px;
  margin: 0;
}
.team-members .background-image img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .team-members .about-team {
    grid-template-columns: auto auto auto;
  }
  .team-members {
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .team-members .about-team {
    grid-template-columns: auto auto ;
  } 
  .team-members {
    padding: 20px 0 !important;
  }
  .team-members .about-team .team-content {
    padding: 10px;
    width: 100%;
  }
  .team-members .about-team .tam-image img {
    height: 280px !Important;
    object-fit: cover;
    object-position: top;
  }
}
@media screen and (max-width: 500px) {
  .team-members .about-team .team-content {
    padding: 10px;
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .team-members .about-team .team-content {
    padding: 10px 5px;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .team-members .about-team .team-content {
    padding: 10px;
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .team-members .about-team {
    grid-template-columns: auto;
  }