#google-reviews {
  display: flex;
  max-width: 100vw;
  overflow: auto;
  color: rgba(0, 0, 0, 0);
  padding-bottom: 2rem;
}

#testimonials {
  background-image: url("../images/vancouver-skyline-sepia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 60%;
  min-height: 400px;
  padding-top: 2rem;
  text-align: center;
  color: #ffffff;
}

.review-card {
  min-width: 300px;
  height: 325px;
  color: #483c46;
  background-color: white;
  border-radius: 15px;
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0 1rem;
  text-align: left;
}

.review-card:first-child {
  margin-left: 2rem;
}

.review-card:last-child {
  margin-right: 2rem;
}

.review-card p {
  margin: 0;
}

.avatar {
  width: 50px;
}

.review-text {
  height: 200px;
  overflow: auto;
  padding-top: 1rem;
}

.reviews-header {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.fa-star {
  color: #f4743b;
}

.rating {
  display: flex;
  align-items: center;
}

.centered {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.more {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.more-icon {
  font-size: 4rem;
  color: #f4743b;
}
