.leadership {
  background-color: #F8F8F8;
}
.leadership .name-box {
  background-color: #fff;
  font-size: 24px;
}
.leadership .name-box .name {
  font-size: 32px;
}
.leadership .tag {
  font-size: 24px;
}
.leadership .summary {
  line-height: 30px;
  color: #707070;
}
.leadership .content {
  color: #707070;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  text-transform: capitalize;
}

.intro .title {
  font-size: 32px;
}
.intro .content {
  line-height: 30px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .intro .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 567px) {
  .intro .title {
    font-size: 22px;
  }
}
/*# sourceMappingURL=leadership.css.map */
