#leadership .s1 {
  background: url(/i/leadership-s1-bg.jpg) no-repeat bottom/cover;
}

#leadership .s1 img {
  top: 50%;
  max-width: 1300px;
  left: 50%;
}

#leadership .s2 {
  background-color: #F6F8FB;
  padding: 7.5rem 0 6.35rem;
}

#leadership .s2 .contain {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

#leadership .s2 .img-wrap {
  height: auto;
  aspect-ratio: 600 / 543;
  display: block;
  margin-bottom: 3rem;
  max-width: 100%;
}

#leadership .s2 .img-wrap img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

#leadership .s2 .text-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

#leadership .s2 .text-wrap h2 {
  color: #1A2B57;
  font-family: "cormorant-garamond";
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

#leadership .s2 .text-wrap p {
  font-size: 1.05rem;
  line-height: 1.42;
  color: #333;
}

#leadership .s2 .text-wrap .arrow-link {
  display: block;
  border-radius: 50%;
  border: 1px solid #AFC6E1;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
  padding: 1.65rem;
}

#leadership .s2 .text-wrap .arrow-link img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}

#leadership .s2 .text-wrap .arrow-link::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #AFC6E1;
  transition: all .3s ease;
  border-radius: 50%;
  z-index: 1;
}

#leadership .s2 a:hover .arrow-link::before {
  width: 100%;
  height: 100%;
}

/**** MEDIA ***/
@media screen and (max-width: 1300px) {
  #leadership .s1 {
    background-image: url(/i/leadership_hero_768x1024.jpg);
  }
  #leadership .s1 img {
    display: none;
  }
  #leadership .s2 .text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1023px) {
  #leadership .s1 {
    background-image: url(/i/leadership_hero_768x1024.jpg);
  }
  #leadership .s1 img {
    display: none;
  }
  #leadership .s2 .text-wrap h2 {
    font-size: 2.2rem;
  }
  #leadership .s2 .text-wrap p {
    font-size: 1rem;
  }
  #leadership .s2 .text-wrap .arrow-link {
    width: 4rem;
    height: 4rem;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #leadership .s1 {
    background-image: url(/i/leadership_hero_412x915.jpg);
  }
  #leadership .s2 {
    padding: 5rem 0;
  }
  #leadership .s2 .contain {
    flex-direction: column;
    gap: 3rem;
  }
  #leadership .s2 .team-card {
    max-width: 450px;
    margin: 0 auto;
  }
  #leadership .s2 .img-wrap {
    margin-bottom: 1.5rem;
  }
  #leadership .s2 .text-wrap h2 {
    font-size: 2rem;
  }
}
