.scrollToTop {
    display: none !important;
}

img.sobre-nos {
  width: 100%;
  height: auto;
  max-height: 600px; /* Limita a altura no mobile */
  object-fit: cover; /* Corta as sobras de forma centralizada */
}
