.depoimentos {
  padding: 70px 10px;
  background-color: #fff;
}
.depoimentos-grid {
  display: grid;
  gap: 30px;
  justify-items: center;
}
.depoimentos-grid h4 {
  color: #0001cf;
  font-family: Brinnan;
  font-size: 2.25rem;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
.slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.slideAuto {
  display: none;
  justify-items: center;
  transition: 0.3s;
}

@media only screen and (max-width: 410px) {
  .depoimentos-grid h4 {
    font-size: 1.5rem;
  }
}
