.relation .swiper .swiper-button-prev,
.relation .swiper .swiper-button-next {
  color: #006967;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.relation .swiper .swiper-button-prev::after,
.relation .swiper .swiper-button-next::after {
  font-size: 18px;
}
.relation .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
}
.relation .swiper .swiper-pagination-bullet-active {
  background: #006967;
}
.relation .product .product-img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}
.relation .product .product-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

/*# sourceMappingURL=relation.css.map */
