/* common */
body {
  padding-bottom: 400px;
}
* {
  box-sizing: border-box;
}

.wrapper_slider {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow-x: hidden;
}
/* @media (width <= 768px) {
  .wrapper_slider {
    padding: 0 20px;
  }
} */
h1 {
  margin-bottom: 1em;
  font-size: 2em;
}
h2 {
  text-align: center;
  font-weight: normal;
}

button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 2rem;
  font-weight: 800;
  color: blue;
}

.carousel-wrapper {
  position: relative;
}
.carousel {
  margin-bottom: 3em;
}
.item {
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 540px;*/
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 10px 40px 10px;
}
.item img {
  width: 70%;
  background-size: contain;
}

.item__blue {
  background: rgb(239, 239, 239);
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container.visible {
  overflow: visible;
}
.sample-swiper-cards {
  padding: 0 50px;
}
@media (max-width: 600px) {
  button {
    /*width: 20px;*/
    border: 0;
    padding: 0;
    /*background-color: blue; : transparent;*/
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1.2rem;
    font-weight: 800;
    color: blue;
  }
}
