.euler__eventos {
  width: 100%;
  min-width: 320px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1rem;
}
.euler__eventos-top {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .euler__eventos {
    height: auto;
    min-height: 100vh;
    margin-top: 3vh;
  }
}