.work-reviews__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 80px;
  margin-top: 100px;
}
.work-reviews__item {
  padding-right: 67px;
  padding: 40px 0 0px;
  position: relative;
}
.work-reviews__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.work-reviews__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
.work-reviews__number-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: rgba(36, 36, 36, 0.6);
  position: absolute;
  top: -18px;
  width: 100%;
}
.work-reviews__number {
  position: absolute;
  top: -40px;
  opacity: 0.35;
}
.work-reviews__circle {
  display: flex;
  justify-content: center;
  background-image: url(/img/blocks/cases-block/works-circle.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
.work-reviews__line-block {
  position: relative;
}
.work-reviews__line {
  border-top: 1px solid #ff4444;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 14px;
  opacity: 0.15;
}
.work-reviews__payment {
  width: 230px;
}
@media (max-width: 576px) {
  .work-reviews__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 70px;
  }
}
