@media (max-width: 760px) {
  .carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
  }

  .section-lore {
    max-width: 31rem;
  }
}
