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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-color {
  width: 320px;
  height: 320px;
  margin-bottom: 5%;
  margin-top: 5%;
}
.list-func{
  font-size: 20px;
}

@media (max-width : 768px){
  .swiper-slide{
    width: 100%;
  }
}