body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100 * var(--vh));
  font-family: sans-serif;
  letter-spacing: 0.05em;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
}

.logo-wrapper {
  max-width: min(300px, 100vw);
  padding-inline: 1rem;
  text-align: center;
  order: 1;
}

img {
  border-block-end: 1px solid lightgrey;
  margin-block-end: 1rem;
  padding-block-end: 1rem;
  width: 100%;
  height: auto;
}

h1 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-block-end: 0.75rem;
}

.swiper {
  width: calc(min(1000px, 100vw) - 1rem);
}

.swiper-slide {
  aspect-ratio: 3/2;
  border-radius: 4px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
