.testimonials-card-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 0 0 28px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.testimonial-card blockquote {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.65;
}
.dreizin-faq__question {
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 20px;   /* Same size as the answer text */
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.testimonial-card .testimonial-author {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}

.testimonial-card .testimonial-site {
  font-size: 14px;
  color: #777777;
  margin-top: 4px;
}

.testimonials-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0 40px;
}

.testimonials-page * {
  box-sizing: border-box;
}

.testimonials-heading {
  margin-bottom: 28px;
}

.testimonials-heading h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.25;
}

.testimonials-heading p {
  margin: 0;
  color: #666;
  font-size: 17px;
}

.testimonial-card {
  position: relative;
  margin: 0 0 28px;
  padding: 24px 26px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.testimonial-content {
  margin: 0 0 22px;
  color: #222;
  font-size: 18px;
  line-height: 1.65;
  white-space: normal;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.testimonial-date {
  display: block;
  margin: 18px 0 14px;
  color: #666;
  font-size: 14px;
  font-style: italic;
}

.testimonial-author {
  margin: 0 0 4px;
  color: #111;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.testimonial-site {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 20px;
  }

  .testimonial-content {
    font-size: 16px;
  }

  .testimonials-heading h2 {
    font-size: 26px;
  }
}