#team .s2 {
  background: #F3F3F3;
  padding: 7.5em 0 7em 0;
}
#team .s2 .contain {
  max-width: 840px;
}
#team .s2 h3 {
  color: #293F80;
  font-size: 2.1em;
  font-weight: 400;
  margin-bottom: 1em;
}
#team .s2 h3 span {
  color: #4292E8;
}
#team .s2 p {
  max-width: 480px;
  margin-left: calc(100% - 480px);
}
#team .s3 {
  padding: 4.75em 0;
}
#team .s3 .contain {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 21px;
}
#team .s3 .contain > a {
  width: calc(33.33% - 14px);
}
#team .s3 .img-wrap {
  position: relative;
  overflow: hidden;
}
#team .s3 .img-wrap img {
  display: block;
  width: 100%;
}
#team .s3 .img-wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: url(/i/arrow-right-wh.svg) no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#team .s3 .img-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(41, 63, 128, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#team .s3 p.name {
  color: #1E1E1E;
  font-size: 1.55em;
  font-weight: 500;
  padding: 10px 10px 0 10px;
}
#team .s3 p.title {
  text-transform: uppercase;
  color: #293F80;
  letter-spacing: 1.95px;
  font-weight: 700;
  font-size: 0.75em;
  padding: 5px 10px 0 10px;
}
#team .s3 .person:hover .img-wrap::before, #team .s3 .person:hover .img-wrap::after {
  opacity: 1;
}

@media all and (max-width: 979px) {
  #team .s3 .contain > a {
    width: calc(50% - 10.5px);
  }
}
@media all and (max-width: 767px) {
  #team .s2 {
    padding: 5em 0;
  }
  #team .s2 h3 {
    font-size: 1.5em;
  }
  #team .s2 p {
    margin-left: 0px;
    max-width: 100%;
  }
}
@media all and (max-width: 600px) {
  #team .s3 .contain > a {
    width: 100%;
  }
}

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