.review-name {
  padding-top:1rem;
  color: var(--black);
}

.squiggle {
  margin:0 auto;
  width:7rem;
}

.reviews .review:not(:last-of-type) {
  padding-bottom:1.6rem;
  border-bottom:2px dashed var(--bright-blue);
}

.review-headline {
  color: var(--dark-blue);
}

.reviews-read-more {
  display: flex;
  gap:4rem;
  justify-content: center;
  align-items: center;
}

.reviews-read-more img {
  width:180px;
}

.reviews-read-more p {
  color:var(--dark-blue);
  font-weight:500;
  font-size:1.5rem;
}

@media (max-width: 600px) {
  .reviews-read-more {
    flex-direction: column;
    gap:1rem;
  }
}
