#team .s1 {
  position: relative;
  background: none;
  overflow: auto;
  height: auto;
}
#team .s1 .content {
  max-width: 1280px;
  text-align: left;
  top: 0;
  left: 0;
  transform: none;
  padding-top: 200px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
}
#team .s1 h1 {
  color: #173E2D;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
#team .s1 .grid {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 80px 34px;
}
#team .s1 a:nth-child(1),
#team .s1 a:nth-child(2) {
  grid-column: span 3; /* 50% each */
}
#team .s1 a:nth-child(n+3) {
  grid-column: span 2; /* 33.33% each */
}
#team .s1 a:hover img {
  opacity: 0.6;
  transition: opacity 0.5 ease;
}
#team .s1 a:hover::after {
  content: "";
  background: url(/i/triangle.png) no-repeat left top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#team .s1 a img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
#team .s1 a {
  text-decoration: none;
  position: relative;
}
#team .s1 h2 {
  color: #173E2D;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#team .s1 h3 {
  color: #4D8C7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 10px;
}
#team .footer {
  position: relative;
}

@media all and (max-width: 767px) {
  #team .s1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #team .s1 a:nth-child(1),
  #team .s1 a:nth-child(2) {
    grid-column: span 1; /* 50% each */
  }
  #team .s1 a:nth-child(n+3) {
    grid-column: span 1; /* 33.33% each */
  }
  #team .s1 a {
    max-width: 500px;
    margin: 0 auto;
  }
}

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