.leadership-section {
  background: linear-gradient(180deg, #ffffff 0%, rgba(214, 231, 252, 0.44) 100%);
  padding: 45px 0px;
  text-align: center;
}
.leadership-section .title-wrapper {
  margin-bottom: 55px;
}
.leadership-section .row {
  justify-content: center;
  margin-bottom: 100px;
}
.leadership-item .content {
  margin-top: 55px;
}
.leadership-item .content > * {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
  color: #000000;
  display: contents;
}
.leadership-column {
  width: 33%;
}
.leadership-item {
  max-width: 472px;
  width: 100%;
}
.leadership-item .leadership-image {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border: 1px solid #606060;
}
.leadership-item .leadership-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  .leadership-column {
    padding-left: 46px;
    padding-right: 46px;
  }
}

@media only screen and (max-width: 1199px) {
  .leadership-column {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .leadership-section .row {
    margin-bottom: 20px;
  }
  .leadership-column {
    width: 100%;
    margin-bottom: 70px;
  }
  .leadership-item {
    margin: auto;
  }
  .leadership-section .title-wrapper {
    margin-bottom: 15px;
  }
  .leadership-item .content {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .leadership-item .content > * {
    font-size: 20px;
    line-height: 26px;
  }
}
