h1,
h3 {
  font-size: x-large;
  font-family: "Playfair Display", serif;
  text-align: left;
}

h2 {
  font-size: medium;
  text-align: left;
  font-family: "Poppins", sans-serif;
  padding: 25px;
}

p {
  max-width: 70ch;
  font-family: "Roboto", sans-serif;
}

/* Whole page */

.teachers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  padding: 1em;
  margin: auto;
  max-width: 68ch;
  position: relative;
  top: 120px;
  padding-bottom: 170px;
}

.teachers-hero {
  max-height: 385px;
  max-width: 100%;
  margin: auto;
}
