/* GALLERY */
section h2, section p {
  padding: 0px 16px;
}

.carousel ul {
  gap: 16px;
}

.carousel figure {
  height: 300px;
}

.carousel figure img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Desktop */
@media (min-width: 900px) {
  section p, section h2 {
    padding-bottom: 1em;
    max-width: 600px;
  }

  h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
  }

  main {
    margin: 0 auto;
    max-width: 780px;
  }  
}
