h3.testimonial-copy {
  margin-top: 10px !important;
  font-size:17pt;
}
.testimonial-box {
  background: white;
  padding: 4rem 2rem 1rem 2rem;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}