/* common */
body {
  padding-bottom: 400px;
}
* {
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (width <= 768px) {
  .wrapper {
    padding: 0 20px;
  }
}
h1 {
  margin-bottom: 1em;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
}
h2 {
  text-align: left;
  font-weight: normal;
}

span.lg_font {
  font-size: 1.3em;
  font-weight: 600; 
  margin-bottom: 10px;
}

button {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.carousel-wrapper {
  position: relative;
}
.carousel {
  max-height: 540px;
  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;
}