.paragraph--type--people {
  margin: 0;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif; }
  .paragraph--type--people:first-child {
    margin: 40px 0 0 0; }
  .paragraph--type--people .field--name-field-people {
    max-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .paragraph--type--people .field--name-field-people:after {
      content: '';
      display: block;
      margin-left: 30%; }
    .paragraph--type--people .field--name-field-people > .field__item {
      width: 30%;
      height: auto;
      text-align: center;
      margin: 0 0 35px 0;
      box-sizing: border-box;
      padding-right: 0;
      display: block; }
      @media (max-width: 940px) {
        .paragraph--type--people .field--name-field-people > .field__item {
          width: 50%; } }
  .paragraph--type--people .field--name-field-image {
    margin: 0 auto 19px; }
    .paragraph--type--people .field--name-field-image a:hover {
      border-bottom: none; }
  .paragraph--type--people .person-card--title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
    position: static; }
  .paragraph--type--people .person-card--position {
    font-size: 14px;
    position: static;
    line-height: 1.4; }
  .paragraph--type--people .person-card--details {
    padding-top: 0; }

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