/* common */
.wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (max-width: 900px) {
  .wrapper {
    padding: 0 20px;
  }
}
.carousel-wrapper {
  position: relative;
}
.carousel {
  height: 630px;
  margin-bottom: 3em;
}
.item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 540px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
}