.-blockquote blockquote {
  margin: 30px 0;
  padding: 0;
  color: #001434;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: bold;
  font-style: italic;
}

.leadership-detail__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.leadership-detail__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 36px;
  margin-right: 75px;
  width: 100%;
}

.leadership-detail__content p {
  width: 100%;
}

.leadership-detail__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 25px 0 0;
  font-family: "Merriweather";
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 30.4px;
  line-height: 1.9rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: normal;
  color: #7e0c1e;
}

.leadership-detail__title {
  position: relative;
  margin: 0 0 25px;
  padding: 0;
  height: 44px;
  color: #001434;
  font-family: "Opensans";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: bold;
}

.leadership-detail__image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 0 0;
}

.leadership-detail__image img {
  width: 264px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .leadership-detail {
    width: 100%;
  }

  .leadership-detail__wrapper {
    flex-direction: column-reverse;
  }

  .leadership-detail__image {
    padding: 0;
  }
}

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