.depoimentos {
  background-color: #ffffff;
  margin-top: 2em;
  margin-bottom: 2em;
}

.depoimentos h2 {
  margin-top: 4em;
}

.depoimento-img {
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.depoimento-img:hover {
  transform: scale(1.05);
}


/* Ajustes gerais mobile */
@media (max-width: 768px) {

.depoimentos h2 {
  margin-top: 0em;
}

}