.story {
  width: calc(100% - 30px);
  margin: 40px auto;
}
.story .title {
  font-size: 1.5rem;
}
.swiper {
  width: 100%;
  height: 600px;
}
.swiper-slide {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.swiper-slide .backgroundImg{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.story .opnions {
  position: absolute;
  width: 95%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}
.story .opnions .user-opinon .user-info {
  display: flex;
  align-items: center;
}
.story .opnions .user-opinon .user-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 10px;
}
.story .opnions .user-opinon .user-info .user-name {
  color: #000;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}
.story .opnions .user-opinon .user-info .date{
  color: #636060;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.story .opnions .user-opinon .user-comment{
  color: #636060;
  margin-top: 30px;
  font-weight: 400;
}
.story .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(14px);
}
.story .user {
  display: flex;
  font-weight: bold;
}
.story .name {
  text-align: right;
  color: #000;
  font-size: 1.3rem;
}
.story .history {
  color: #4b90f7;
}
.swiper-button-next,
.swiper-button-prev {
  all: unset;
  cursor: pointer;
  font-weight: bold;
  border-radius: 20px;
  border: 3px solid #f2f6f9;
  padding: 10px 15px;
  margin: 0 10px 0 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}
@media (min-width: 586px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .story .title {
    font-size: 2.5rem;
    text-wrap: balance;
  }
  .story .opinon-price .price span {
    padding: 15px;
    border-radius: 15px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .story {
    width: calc(100% - 8rem);
  }
}
@media (min-width: 1400px) {
}
