body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
  overflow: hidden;
}

.picture {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
}
.detail h3 {
  margin: 0;
  font-size: 20px;
}

.detail h3 {
  margin: 0;
  font-size: 20px;
}

.detail span {
display: block;
    font-size: 12px;
    color: #666;
    line-height: 3;
}

a .detail h3  {
  margin: 0;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

a .detail span  {
display: block;
    font-size: 12px;
    color: #666;
    line-height: 3;
    text-decoration: none;
}

a {
  text-decoration: none;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #01A8A9!important;
}