.reviews {
  padding: 30px 0 0 0;
}

.reviews-itemInn {
  background-color: var(--grey-color);
  width: 100%;
  height: 300px;
  float: right;
}

.rws-image {
  width: 45%;
  min-width: 45%;
  position: relative;
  overflow: hidden;
}

.rws-image picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.rws-image picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rws-title {
  position: absolute;
  left: 10px;
  bottom: 20px;
  line-height: 1.8;
}

.rws-name {
  font-size: 18px;
  font-weight: 600;
}

.rws-car span,
.rws-name span {
  white-space: pre-wrap;
  background-color: var(--dark-color);
  padding: 5px 10px 5px 0;
  box-shadow: -10px 0 0 #23222b;
  position: relative;
  left: 10px;
}

.rws-car {
  font-size: 13px;
  color: var(--grey-violet-color);
}

.rws-desc {
  box-sizing: border-box;
  width: 55%;
  min-width: 55%;
  padding: 30px 30px 18px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rws-desc-text {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.rws-desc-more a {
  font-size: 13px;
  font-weight: 600;
  color: var(--red-color);
}

.rws-desc-more a:hover {
  color: var(--white-color);
}

.reviews-set {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0 -25px;
}

.reviews-item {
  width: 50%;
  box-sizing: border-box;
  padding-left: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .reviews-slider-slider {
    margin: 35px 0 0 0;
  }
  .reviews-itemInn {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    float: none;
  }
  .rws-image {
    width: 100%;
    min-width: 100%;
    padding-bottom: 50%;
  }
  .rws-desc-text {
    margin-bottom: 20px;
  }
  .rws-desc {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .reviews-itemInn {
    display: block;
  }
  .rws-image {
    width: 100%;
    min-width: 100%;
    padding-bottom: 70%;
    height: auto;
  }
  .reviews-item {
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    display: block;
  }
  .reviews-set {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
  }
}
