.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 26px;
}

.reviews__items-item {
  width: 49%;
  padding: 17px 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.reviews__items-item-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

.reviews__items-item-up-date {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.reviews__items-item-up div {
  margin-top: -30px;
}

.reviews__items-item-up img {
  margin-right: 25px;
  max-width: 122px;
  max-height: 122px;
  border-radius: 50%;
}

.reviews__items-item-up h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-transform: unset;
  color: #000000;
}

.reviews__items-item-up p {
  color: #000;
}

.reviews__items-item-down p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.fullreview__photo {
  margin-right: 40px;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.fullreview__photo img {
  width: 100%;
  border-radius: 50%;
}

.fullreview__text {
  display: inline-block;
  width: 75%;
}

.fullreview__text-date {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.fullreview__text h2,
.fullreview__text h1 {
  text-align: left;
}

.fullreview__text-review {
  margin-top: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.fullreview__buttons {
  margin-top: 70px;
  margin-bottom: 30px;
}