:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.team-listing__in {
  max-width: 1160px;
  margin: 0 auto;
}
.team-listing__row {
  margin: 0 -4rem;
  flex-wrap: wrap;
}
.team-listing__row:nth-child(even) .team-listing__item:nth-child(1), .team-listing__row:nth-child(even) .team-listing__item:nth-child(3) {
  padding-top: 0;
}
.team-listing__row:nth-child(even) .team-listing__item:nth-child(2) {
  padding-top: 9rem;
}
.team-listing__row:last-child {
  margin-bottom: -6rem;
}
.team-listing__item {
  width: 33.33%;
  padding: 0 4rem 5rem;
  margin: 0 0 6rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  box-sizing: border-box;
  border-bottom: none !important;
}
.team-listing__item:hover {
  border-bottom: none;
}
.team-listing__item:hover .team-listing__item-title {
  color: #cdf35c;
}
.team-listing__item:nth-child(3n+1) {
  border: none;
}
.team-listing__item:nth-child(1), .team-listing__item:nth-child(3) {
  padding-top: 9rem;
}
.team-listing__item-img {
  position: relative;
  padding-top: 132%;
  margin-bottom: 2rem;
}
.team-listing__item-img img {
  position: absolute;
  inset: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: top;
}
.team-listing__item-title {
  margin-bottom: 0.7rem;
  gap: 1.4rem;
  transition: color 0.35s;
}
.team-listing__item-title span {
  font-family: "TT Firs Neue Normal", sans-serif;
}

@media screen and (max-width: 767px) {
  .team-listing__in {
    padding-top: 4rem;
  }
  .team-listing__row {
    flex-direction: column;
    margin: 0;
  }
  .team-listing__item {
    width: 100%;
    max-width: 289px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28) !important;
    margin: 0 auto 3rem;
    padding: 0 !important;
  }
  .team-listing__item-img {
    margin-bottom: 0;
  }
  .team-listing__item-body {
    padding: 2rem 4rem 2rem 2rem;
    position: relative;
  }
  .team-listing__item-body svg {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
    color: #cdf35c;
  }
}

/*# sourceMappingURL=listing.css.map */