.custom-hero-bg {
    background-image: url('../img/background/bg3.jpg');
    background-size: cover;
    background-position: center;
}

ul.list.text-3-5 {
  position: relative;
  z-index: 10;
}

.image-gallery-item img {
  width: 100%;
  height: 500px; /* define altura padrão */
  object-fit: cover; /* corta a imagem sem distorcer */
}

.thumb-info-wrapper {
  height: 400px;          /* altura fixa (ajuste como quiser) */
  overflow: hidden;
}

.thumb-info-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* ESSENCIAL: corta sem distorcer */
}