section.contact .contact-wrapper {
  grid-column: 1/-1;
}
section.contact .contact-wrapper .intro {
  padding: 0px 0 60px;
}
section.contact .contact-wrapper .intro h1 {
  margin-top: 60px;
  color: #4EC9D6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
  font: var(--h2-font);
}
section.contact .contact-wrapper .intro .excerpt {
  font-size: 1.4375rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}
section.contact .contact-wrapper .department-category {
  border-top: 1px solid #4EC9D6;
  padding: 34px 0 60px 0;
}
section.contact .contact-wrapper .department-category h2 {
  font-size: 1.2rem;
  font-family: ff-meta-serif-web-pro;
  font-weight: 900;
  color: #555;
  line-height: 20px;
  padding-bottom: 30px;
  margin: 0;
}
section.contact .contact-wrapper .department-category .person {
  list-style-type: none;
}
section.contact .contact-wrapper .department-category .person img {
  display: block;
  margin-bottom: 1.25rem;
}
section.contact .contact-wrapper .department-category .person h3 {
  font-size: 1rem;
  font-style: italic;
  line-height: 20px;
  color: #555;
  opacity: 0.9;
  font-family: ff-meta-web-pro;
  text-transform: uppercase;
}
section.contact .contact-wrapper .department-category .person p {
  margin: 0;
  list-style-type: none;
  font-size: 1rem;
  color: #555;
  line-height: 26px;
  opacity: 0.7;
}
section.contact .contact-wrapper .department-category .person p a {
  font-size: 0.75rem;
  line-height: 20px;
  color: #555;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline;
}