.eventos .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.eventos .cartao {
  overflow: hidden;
  border-radius: 10px;
}

.eventos .cartao {
  overflow: hidden !important;
  border-radius: 10px !important;
}

.eventos .cartao__header--noticias {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
