.introContainer {
  padding: 0;
  text-align: center;
  margin-bottom: 20px; }

.collaborators-title {
  text-align: center; }

.profiles {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 5%;
  -ms-grid-columns: 47.5% 47.5%;
  grid-template-columns: 47.5% 47.5%;
  margin-bottom: 50px;
  justify-items: center;
  color: black; }
  @media only screen and (max-width: 760px) {
    .profiles {
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      margin-bottom: 100px; } }
  .profiles .profile {
    max-width: 300px;
    text-align: center; }
    .profiles .profile img {
      width: calc(90% - 20px); }
    .profiles .profile h1 {
      margin-top: 10px;
      margin-bottom: 10px; }
    .profiles .profile .profile-decription a {
      color: #C92B00;
      text-decoration: none; }
      .profiles .profile .profile-decription a:hover {
        text-decoration: underline; }

h2 {
  width: 20%;
  border-bottom: solid grey 1px; }

.about-us-presskit-link {
  text-decoration: none;
  color: #C92B00; }
  .about-us-presskit-link:hover {
    text-decoration: underline; }
