#team .s2 {
  padding: 8.5rem 0 7.5rem 0;
}
#team .s2 .container-inner {
  max-width: 1027px;
}
#team .s2 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
#team .s2 .wrap > div {
  width: 50%;
  max-width: 470px;
}
#team .s2 .wrap .numb {
  margin-bottom: 1rem;
}
#team .s2 .wrap .numb h2 {
  font-size: 4.5rem;
}
#team .s2 .wrap .numb span {
  font-size: 3rem;
}
#team .s2 .wrap h4 {
  margin-top: 15px;
}
#team .s3 .container-inner {
  padding-bottom: 7.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2509803922);
}
#team .s3 .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 4rem;
}
#team .s3 .person img {
  width: 100%;
}
#team .s3 .person .info {
  padding: 2rem 0 0;
}
#team .s3 .person .info .name {
  font-family: "Kaisei Decol", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.6px;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
#team .s3 .person .info .title {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 5.18px;
  text-transform: uppercase;
}
#team .s3 .person:hover .info .name {
  color: #42ADFF;
}

@media screen and (max-width: 1100px) {
  #team .s3 .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  #team .s2 {
    padding: 8rem 0;
  }
  #team .s2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #team .s2 .wrap > div:nth-child(1) {
    width: auto;
    margin-right: auto;
  }
  #team .s2 .wrap > div:nth-child(2) {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 980px) {
  #team .s3 .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #team .s2 {
    padding: 5rem 0;
  }
  #team .s2 .wrap .numb h2 {
    font-size: 3rem;
  }
  #team .s2 .wrap .numb span {
    font-size: 2rem;
  }
  #team .s3 .container-inner {
    padding-bottom: 5rem;
  }
  #team .s3 .person .info .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  #team .s3 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

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