#leadership .s2 h2 {
  max-width: 980px;
  margin: 0 auto 7.5rem auto;
}

#leadership .s2 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: solid 1px #4478A2;
}

#leadership .s2 .person {
  display: block;
  border-bottom: solid 1px #4478A2;
  border-right: solid 1px #4478A2;
  padding: 1.5rem;
}

#leadership .s2 .person img {
  display: block;
  width: 100%;
  aspect-ratio: 533 / 490;
  margin-bottom: 2rem;
}

#leadership .s2 .person h3 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 1rem;
  color: #0D395C;
  transition: color .3s ease;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  position: relative;
  transition: color .5s ease;
}

#leadership .s2 .person h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  background-color: #1A9FE3;
  left: 0;
  bottom: 0;
  transition: width .5s ease;
}

#leadership .s2 .person p {
  font-size: 0.85rem;
  line-height: 1.5em;
  color: #4478A2;
  font-weight: 300;
}

#leadership .s2 .person:hover h3 {
  color: #1A9FE3;
}

#leadership .s2 .person:hover h3::after {
  width: 100%;
}

#leadership .s2 .person:nth-child(3n) {
  border-right: none;
}

#leadership .s2 .person:nth-last-child(-n + 2) {
  border-bottom: none;
}

@media screen and (max-width: 1100px) {
  #leadership .s2 .wrap {
    grid-template-columns: repeat(2, 1fr);
    border-right: none;
    border-bottom: none;
  }
  #leadership .s2 .person {
    border-right: solid 1px #4478A2;
  }
  #leadership .s2 .person:nth-child(3n) {
    border-right: solid 1px #4478A2;
  }
  #leadership .s2 .person:nth-last-child(-n + 2) {
    border-bottom: solid 1px #4478A2;
  }
}

@media screen and (max-width: 767px) {
  #leadership .s2 h2 {
    margin-bottom: 5rem;
  }
  #leadership .s2 .wrap {
    grid-template-columns: repeat(1, 1fr);
    border: none;
    border-top: solid 1px #4478A2;
  }
  #leadership .s2 .person {
    padding: 1rem;
    border: none;
    border-bottom: solid 1px #4478A2;
    border-left: solid 1px #4478A2;
    border-right: solid 1px #4478A2;
  }
}
