#sobre {
  padding: 50px 0;
}

#sobre img {
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

#sobre .cards {
  margin-top: 40px;
}

#sobre .card {
  border: 0;
}

#monteSagro {
  position: relative; /* necessário para sobreposição absoluta */
  padding: 100px 0;
  background-image: url(../../img/testes/monte_sagro.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#monteSagro .monteSagroSobreposicao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(12, 12, 12, 0.6) 50%, rgba(12, 12, 12, 0.4) 100%);
  z-index: 1;
}

#monteSagro .monteSagroTextos {
  position: relative; /* fica acima da sobreposição */
  z-index: 2;
  color: #fff;
}


#sobre .card .cardContainer {
    border: 0 !important;
    margin: 0 !important;
}
