.tf-section.to-pr .container .mushroom-swiper {
  width: 100%;
  overflow: hidden;
}

.tf-section.to-pr .container .mushroom-swiper .swiper-wrapper {
  width: 100%;
}

.tf-section.to-pr .container .mushroom-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.tf-section.to-pr .container .box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border-bottom: 1px solid #ededed;
  padding: 5px;
  width: 80%;
  margin: 0 auto;
}
.scaleimg:hover img{
  animation: scaleImg 1s ;
}