
.swiper-container {
  width: 100%;
  /* padding-top: 50px;
  padding-bottom: 50px; */
  box-shadow: none;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
  background-color: #63B1C6;
  color: #001d29;
  overflow: hidden;
  border-radius: 8px;
}
.section_swipper{
  padding-top: 3em;
  width: 100%;
}

.swiper-wrapper{
  margin-bottom: 3em;
}

.swiper-pagination-bullet{
  color: #63B1C6;
}

.swiper-pagination-bullet-active{
  color: #0283A1;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000; 

}
.swiper-button-next{
margin-right: 2em;
}
.swiper-button-prev {
  margin-left: 2em; 
}

.swiper-pagination-fraction{
  font-weight: bold;
}
.picture {
  width: 320px;
  height: 320px;
  overflow: hidden;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail {
  padding: 25px 20px;
  font-weight: 400;
    text-align: center;
}
.detail h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 400;
}
.detail span {
  padding: 0.2em;
  display: block;
  font-size: 1em;
  color: #E3E9F3;
}
.detail span img {
  width: 80%;
  height: auto;
  max-width: 50px;
}
@media only screen and (max-width: 480px) {
  .picture {
    width: 280px;
    height: 280px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 280px;
  }

  .swiper-button-next{
    margin-right: 0.5em;
    }
    .swiper-button-prev {
      margin-left: 0.5em; 
    }

}