#main {
  font-size: 1.6rem;
}
#main-title {
  font-size: 3.3rem;
  text-align: right;
  margin-bottom: 1em;
}
#hero-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom left;
}

.flex {
  flex-direction: column;
}

.m5 {
  width: auto;
}

footer,
#p1,
#p2,
#p3,
#gallery,
#items {
  margin-top: 80px;
}

#showroom {
  margin-top: 200px;
}

#items-title,
h2 {
  inline-size: fit-content;
  margin-inline: auto;
}
#hero {
  height: calc(100vh - 50px);
}

#sr-img {
  max-width: 30%;
  float: left;
  margin-right: 12px;
}

/* .grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */

/* .grid-item {
  flex-basis: 48%;
} */

.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}

#items-title,
h2 {
  margin-top: 1em;
}
.flex-img {
  order: 1;
}
.flex-text {
  order: 2;
}
#items-title,
h2 {
  font-size: 2rem;
}
/* .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-item {
  flex-basis: 48%;
} */
#hero-text {
  font-size: 1.6rem;
}

.fs14rem {
  font-size: 1.4rem;
}

img#hero-img {
  object-position: 25% bottom;
}
#hero {
  width: 100vw;
}

.swiper [class^="swiper-button-"] {
  padding: 6%;
}
