/* ABOUT */
main header {
  padding: 0;
  width: 100%;
}
main header img {
  object-fit: cover;
  aspect-ratio: 1;
}

main section {
  padding: 0px 16px;
}
main img {
  width: 100%;
  height: auto;
}

main p {
  margin: 1em 0;
  max-width: 850px;
}

.social .h7 {
  color: var(--color-sky-blue);
}
.quote {
  margin-top: 30px;
  background-color: var(--color-light-blue);
  padding: 30px;
}
.quote .h5 {
  margin-top: 0;
}

/* Desktop */
@media (min-width: 900px) {
  main header img {
    aspect-ratio: 1240/400;
  }

  .intro h2 {
    line-height: 1.2em;
    text-transform: uppercase;
  }

  .intro p {
    margin: 1em auto;
  }

  .h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
  }

  section > .h5b {
    font-size: 20px;
  }

  .intro, .intro .h5b {
    text-align: center;
  }

  .about-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 100px;
  }

  .about-content > div {
    display: flex;
    gap: 100px;
    align-items: center;
  }

  .about-content > div > figure {
    flex-grow: 2;
  }

  .about-content > div > figure > img {
    width: 715px;
    height: 400px;
  }

  .about-content > div:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
