@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;
}