/* line 1, app/assets/stylesheets/_reviews.scss */
#reviews {
  display: flex;
  flex-wrap: wrap;
}

/* line 5, app/assets/stylesheets/_reviews.scss */
#reviews .back-review {
  background-color: var(--green);
  min-height: 80vh;
}

/* line 9, app/assets/stylesheets/_reviews.scss */
#reviews .back-review .d-block {
  margin-top: 16%;
  margin-bottom: 16%;
}

/* line 13, app/assets/stylesheets/_reviews.scss */
#reviews .back-review .d-block .name {
  font-size: 1.5em;
}

/* line 17, app/assets/stylesheets/_reviews.scss */
#reviews .back-review .d-block img {
  width: 30px;
}

/* line 22, app/assets/stylesheets/_reviews.scss */
#reviews .back-review .btn-app {
  background-color: var(--yellow) !important;
}

/* line 27, app/assets/stylesheets/_reviews.scss */
#reviews .testimonial {
  background-color: var(--yellow);
  min-height: 80vh;
}

/* line 31, app/assets/stylesheets/_reviews.scss */
#reviews .testimonial h1 {
  margin-bottom: 45px;
  font-size: 1.4em;
}
