.leadership {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 992px) {
  .leadership {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
  }
}
.leadership__copy-wrapper {
  position: relative;
  margin-bottom: 50px;
  height: fit-content;
}
@media only screen and (min-width: 1400px) {
  .leadership__copy-wrapper {
    margin-bottom: 30px;
  }
}
.leadership__copy {
  width: calc(100% - 24px);
  background-color: white;
  padding: 40px 36px;
}
.leadership__copy h2 {
  font-weight: 300;
  margin-bottom: 20px;
}
.leadership__copy p {
  width: 100%;
  max-width: 440px;
}
@media only screen and (min-width: 992px) {
  .leadership__copy p {
    width: 440px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .leadership__copy {
    padding: 60px 50px;
    width: 570px;
  }
}
.leadership__graphic {
  width: 95px;
  height: 80px;
  background-color: #C05630;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -50px;
  left: auto;
}
@media only screen and (min-width: 1400px) {
  .leadership__graphic {
    width: 120px;
    height: 100px;
    right: -60px;
    bottom: -30px;
  }
}
@media only screen and (min-width: 1600px) {
  .leadership__graphic {
    width: 170px;
    height: 145px;
    right: -120px;
    bottom: -40px;
  }
}
@media only screen and (min-width: 1800px) {
  .leadership__graphic {
    width: 216px;
    height: 185px;
    right: -176px;
  }
}
.leadership__profiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .leadership__profiles {
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .leadership__profiles {
    justify-content: flex-end;
  }
}
.leadership__profile {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .leadership__profile {
    margin: 0;
  }
}
.leadership__profile:hover {
  transition: all 0.6s ease-out;
  box-shadow: 0 0 24px 0 #92C6C1;
}
.leadership__profile:hover .leadership__photo {
  transform: scale(1.125);
  transition: all 0.6s ease-out;
}
.leadership__profile:hover .leadership__info {
  background-color: #92C6C1;
  color: white;
}
.leadership__profile:hover .leadership__profile-link {
  color: white;
  background-color: transparent;
  background-image: linear-gradient(#92C6C1, #92C6C1), linear-gradient(to right, #883D21, #C05630, #EDA58B);
}
.leadership__profile:hover .leadership__profile-link::after {
  background-color: white;
}
.leadership__photo-wrapper {
  width: 115px;
  overflow: hidden;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) {
  .leadership__photo-wrapper {
    width: 160px;
  }
}
.leadership__photo {
  height: 100%;
  object-fit: cover;
}
.leadership__info {
  display: flex;
  background-color: #F9F9F9;
  padding: 20px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 235px;
  align-self: stretch;
  transition: all 0.6s ease-out;
}
@media only screen and (min-width: 992px) {
  .leadership__info {
    padding: 30px 20px;
  }
}
.leadership__name {
  margin-bottom: 16px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.leadership__title, .leadership__company {
  margin-bottom: 0;
  margin-block-end: 0 !important;
  text-box-edge: cap alphabetic;
}
.leadership__profile-link-wrapper {
  margin-top: 16px;
}
.leadership__profile-link {
  transition: all 0.6s ease-out;
}

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