div.review {
  width: 25rem;
  text-align: center;
  margin: 1.5rem;
}

p.testimonial {
  font-weight: bold;
  line-height: 1.4rem;
  color: var(--primary);
  margin-bottom: .5rem;
}

p.author {
  font-weight: lighter;
  font-style: italic;
}

.check label {
  margin-left: 1rem;
}

.check input {
  flex-basis: 1.25rem;
  flex-shrink: 0;
}