.reviews .title {
  font-size: 36px;
  line-height: 48px;
  color: #323348;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}
.reviews .title-wrapper {
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

/*# sourceMappingURL=reviews.css.map */
