/* Uliv Testimonial Block – compiled from style.scss */

.uliv-testimonial {
  background: #2A2622;
  padding: 100px 56px;
  text-align: center;
}

.uliv-testimonial__mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 100px;
  color: #8B7355;
  line-height: 0.5;
  margin-bottom: 32px;
  display: block;
}

.uliv-testimonial__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 300;
  font-style: italic;
  color: white;
  line-height: 1.5;
  max-width: 760px;
  margin: 0 auto 40px;
  border: none;
  padding: 0;
}

.uliv-testimonial__author {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C9BFB0;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

@media (max-width: 640px) {
  .uliv-testimonial {
    padding: 72px 24px;
  }

  .uliv-testimonial__mark {
    font-size: 72px;
  }
}

/*# sourceMappingURL=style.css.map */
