.box-causes-img{
  width: 100%;
  height: 260px;           /* ajuste aqui: 240, 260, 300... */
  overflow: hidden;
  position: relative;
}

.box-causes-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;       /* corta para preencher mantendo padrão */
  display: block;
}


.box-img-animate {
  position: relative;
  min-height: 120px; /* garante área do parallax */
}

.box-img-animate-item {
  width: 180px;      /* PADRÃO das camadas */
  height: 180px;
  overflow: hidden;
}

.box-img-animate-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recorte elegante */
  display: block;
}


.icon-vermelho {
  color: #C62828; /* vinho / ancestral */
}

