@import url("./style.css");

.header-testimonios {
  background-color: var(--color-white);
  width: 100%;
  justify-content: space-between;
  padding: 0 clamp(1rem, 4vw, 3.75rem);
}

.testimonios-pantalla-completa {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 768px) {

  .testimonios {
    padding: 5rem 24px;
  }

  .testimonial-card {
    width: 75vw;
  }

  .testimonios-header h2 {
    font-size: 3rem;
    line-height: 0.6;
    max-width: 300px;
  }
}