/* the rest of the styles are based on the forWho.css */

h2 {
  font-size: 1.6em;
}

.main-header {
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* tablets */
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.6em;
  }

  .main-header {
    min-height: 70vh;
  }
}
