@import url(global.css);

.testimonial-content h1, .testimonial-content p  {
    color: var(--light);
}

.custom-bg {
  /* background-color: rgba(246, 243, 243, 0.638); */
  border-radius: 16px;
  border: 1px solid rgba(52, 49, 49, 0.147);
  /* box-shadow: 0 2px 10px rgba(36, 35, 35, 0.253); */
}

/* Banner Override */
section.hero {
  background-image: url('../images/testimonial-banner.png');
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 700px;
}