.other-reviews__wrapper {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.other-reviews__item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 54px 83px rgba(224, 232, 232, 0.59);
  border-radius: 12px;
  padding: 30px 40px;
  height: 267px;
  background-image: url(/img/blocks/cases-block/quotes.svg);
  background-repeat: no-repeat;
  background-position: 20px top;
}
.other-reviews__stars {
  background-image: url(/img/blocks/cases-block/stars.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 107px;
  height: 15px;
}
.other-reviews__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.other-reviews__score {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  width: 79px;
  height: 70px;
  top: 0px;
  right: 0;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 0px 8px;
}
.other-reviews__logo {
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 216px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .other-reviews__wrapper {
    display: flex;
  }
  .other-reviews__item {
    padding: 30px 22px;
    min-width: 256px;
    box-shadow: 0px 39.4971px 60.7086px rgba(224, 232, 232, 0.59);
  }
  .other-reviews__scroll {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .other-reviews__logo {
    width: 105px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .other-reviews__item {
    padding: 20px;
  }
  .other-reviews__score {
    width: 58px;
    height: 51px;
    font-size: 18px;
  }
  .other-reviews__logo {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 576px) {
  .other-reviews__item {
    height: 195px;
  }
  .other-reviews__stars {
    width: 78px;
    height: 11px;
  }
  .other-reviews__subtitle {
    font-size: 12px;
  }
  .other-reviews__logo {
    left: 22px;
    bottom: 30px;
  }
}
