.our-team-cards-component {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}

.our-team-cards-wrapper {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-team-card {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-out;
}

.our-team-card-image {
  position: relative;
  width: 350px;
  height: 435px;
}

.our-team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(71, 65, 79, 0), #47414f);
}

.our-team-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-team-card-content h3 {
  color: #fdfdfd;
  font-family: Playfair Display, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 0;
}

.our-team-card-content-text {
  text-transform: capitalize;
  font-family: DM Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: var(--primary-color);
}

.center-card-animation {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10 !important;
}

#our-team-card-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#our-team-card-1 {
  bottom: 55%;
  right: calc(50% + 210px + 30px);
  z-index: 2;
}

#our-team-card-2 {
  top: 55%;
  right: calc(50% + 210px + 30px);
  z-index: 2;
}

#our-team-card-4 {
  bottom: 55%;
  left: calc(50% + 210px + 30px);
  z-index: 2;
}

#our-team-card-5 {
  top: 55%;
  left: calc(50% + 210px + 30px);
  z-index: 2;
}

.our-team-card:nth-child(n + 6) {
  display: none;
}
