body {
  background: #fafafa;
}

.reviews {
  margin-top: 40px;
}
.reviews__title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.reviews__items .owl-prev {
  position: absolute;
  left: -16px;
  top: 29%;
  display: none;
}
@media screen and (min-width: 600px) {
  .reviews__items .owl-prev {
    display: block;
  }
}
.reviews__items .owl-prev span {
  font-size: 45px;
}
.reviews__items .owl-next {
  position: absolute;
  right: -16px;
  top: 29%;
  display: none;
}
@media screen and (min-width: 600px) {
  .reviews__items .owl-next {
    display: block;
  }
}
.reviews__items .owl-next span {
  font-size: 45px;
}
.reviews__item {
  padding: 10px;
}
.reviews__item-content {
  background-color: #fff;
  box-shadow: 3px 6px 9px 0px rgba(34, 60, 80, 0.2);
  border-radius: 5px;
  padding: 30px;
  min-height: 180px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.reviews__item-content-text {
  margin-bottom: 5px;
}
.reviews__item-content-name {
  font-weight: 500;
}/*# sourceMappingURL=main.css.map */