* {
    box-sizing: border-box;
}
swiper-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.item {
  width: 80%;
  max-width: 700px;
  margin-inline: auto;

}
.wrapper_slide {
    max-width: 90vw;
    overflow: hidden;
    margin-left: 5vw;
}
.user_info {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 17px;
}
.icon {
    display: flex;
    justify-content: center;
    max-width: 50px;
    max-height: 50px;
}
.stars {
    display: flex;
    column-gap: -10px;
}
.star {
    max-width: 30px;
    max-height: 30px;
    margin-left: -7px;
}
.data_ {
    text-align: left;
    color:#8d8d8d;
    font-size: 15px;
}
.main_text__user {
    padding: 0 10px;
}


.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ececec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
    font-size: 17px;
  }
 