.solution_related {
  padding: 6.9rem 0 11.2rem;
}
.solution_related .solution_related_swiper {
  overflow: hidden;
  border-radius: 1.6rem;
  margin-top: 6rem;
}
.solution_related .product_list a {
  padding-top: 1rem;
}
.solution_related .product_list .info {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .solution_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .solution_related .solution_related_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .solution_related .product_list a {
    padding-top: 0;
  }
  .solution_related .product_list .info {
    margin-top: 10px;
  }
}
