/* Legacy Styles for Testimonial Title */
.testimonial-title {
  text-align: center;
  margin-bottom: var(--space-xxl);
  position: relative;
}

.testimonial-title h5 {
  color: #1976d2;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--space-sm);
}

.testimonial-title h3 {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: var(--space-md);
}

.style1 {
  background-color: #1976d2;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  width: 60px;
  border: none;
}