/* COLORS  ********************************/
.person-section-who {
  padding-top: 1.5625vw;
  padding-bottom: 9.375vw;
}
.person-section-who .person-wrapper {
  width: 100%;
  max-width: 58.203125vw;
  margin: 0 auto;
  padding-top: 7.8125vw;
}
.person-section-who .person-wrapper.revert {
  flex-direction: row-reverse;
}
.person-section-who .person-wrapper.revert .wrapper__text h2, .person-section-who .person-wrapper.revert .wrapper__text p {
  text-align: right;
}
.person-section-who .person-wrapper.revert .wrapper__text .social-box {
  justify-content: flex-end;
}
.person-section-who .person-wrapper .wrapper__img {
  width: 38%;
  max-width: 21.875vw;
}
.person-section-who .person-wrapper .wrapper__text {
  width: 60%;
  max-width: 31.25vw;
}
.person-section-who .person-wrapper .wrapper .img-box {
  width: 100%;
  display: inline-block;
  -webkit-box-shadow: 26px 26px 32px -28px rgba(49, 88, 167, 0.6);
  -moz-box-shadow: 26px 26px 32px -28px rgba(49, 88, 167, 0.6);
  box-shadow: 26px 26px 32px -28px rgba(49, 88, 167, 0.6);
}
.person-section-who .person-wrapper .wrapper .img-box img {
  width: 100%;
  float: left;
}
.person-section-who .person-wrapper .wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8125vw;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.78125vw;
  text-transform: uppercase;
  color: #F9B233;
  margin: 1.5625vw 0;
}
.person-section-who .person-wrapper .wrapper p {
  font-size: 1.25vw;
  line-height: 1.37;
}
.person-section-who .person-wrapper .wrapper .social-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.125vw;
}
.person-section-who .person-wrapper .wrapper .social-box .social-icons {
  width: 100%;
  max-width: 10vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 6.25vw;
}
.person-section-who .person-wrapper .wrapper .social-box .social-icons > li {
  width: 1.5625vw;
  height: 1.5625vw;
  margin: 0 0.3125vw;
}
.person-section-who .person-wrapper .wrapper .social-box .social-icons > li a {
  width: 100%;
}
.person-section-who .person-wrapper .wrapper .social-box .social-icons > li a svg {
  width: 100%;
  height: 100%;
}
.person-section-who .person-wrapper .wrapper .social-box .social-icons > li:hover a svg path {
  fill: #66C8F3;
}
.person-section-who .person-wrapper .wrapper .social-box .social-icons > li:hover a svg circle {
  fill: #66C8F3;
}
.person-section-who .person-wrapper .wrapper .social-box .more-info {
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: all;
}
.person-section-who .person-wrapper .wrapper .social-box .more-info a {
  font-size: 1.25vw;
  font-weight: 700;
  color: #3C3C3B;
  margin-right: 0.9375vw;
}
.person-section-who .person-wrapper .wrapper .social-box .more-info svg {
  width: 1.25vw;
  height: 1.25vw;
}
.person-section-who .person-wrapper .wrapper .social-box .more-info:hover a {
  color: #66C8F3;
}
.person-section-who .person-wrapper .wrapper .social-box .more-info:hover svg path, .person-section-who .person-wrapper .wrapper .social-box .more-info:hover svg rect {
  fill: #66C8F3;
}

@media (max-width: 820px) {
  .person-section-who {
    padding-top: 0;
  }
  .person-section-who .person-wrapper {
    max-width: 100%;
    padding-top: 13.3333333333vw;
    flex-direction: column;
    align-items: center;
  }
  .person-section-who .person-wrapper.revert {
    flex-direction: column;
  }
  .person-section-who .person-wrapper.revert .wrapper__text h2, .person-section-who .person-wrapper.revert .wrapper__text p {
    text-align: left;
  }
  .person-section-who .person-wrapper.revert .wrapper__text .social-box {
    justify-content: flex-start;
  }
  .person-section-who .person-wrapper .wrapper__img {
    width: 100%;
    max-width: 74.6666666667vw;
  }
  .person-section-who .person-wrapper .wrapper__text {
    width: 100%;
    max-width: 100%;
  }
  .person-section-who .person-wrapper .wrapper h2 {
    font-size: 7.4666666667vw;
    letter-spacing: 2.6666666667vw;
    margin: 5.3333333333vw 0;
    letter-spacing: 2.6666666667vw;
  }
  .person-section-who .person-wrapper .wrapper p {
    font-size: 4.2666666667vw;
  }
  .person-section-who .person-wrapper .wrapper .social-box {
    justify-content: flex-start;
    margin-top: 10.6666666667vw;
  }
  .person-section-who .person-wrapper .wrapper .social-box .social-icons {
    max-width: 34.1333333333vw;
    margin-right: 16vw;
  }
  .person-section-who .person-wrapper .wrapper .social-box .social-icons > li {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin: 0 1.0666666667vw;
  }
  .person-section-who .person-wrapper .wrapper .social-box .more-info a {
    font-size: 4.2666666667vw;
    margin-right: 3.2vw;
  }
  .person-section-who .person-wrapper .wrapper .social-box .more-info svg {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

/*# sourceMappingURL=who-person-section.css.map */
