.container {
  margin-bottom: 30px;
}

.col-md-4 {
  margin: 50px auto 0;
  padding: 0;
}

h1, p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.row {
  margin:0 17px;
  position: relative;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
  max-width: 33.333333%;
  margin: auto;
}

.evento{
  margin-top: 30px;
  border-radius: 13px;
}

.evento:hover{
  text-decoration: none;
}

.evento-ano {
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  text-align: left;
}

.evento-2010 {
  background: #6BABA5;
}
.evento-2012 {
  background: #6B90AB;
}
.evento-2014 {
  background: #C6A2A5;
}
.evento-2016 {
  background: #B3C5C3;
}
.evento-2018 {
  background: #567696;
}
.evento-2021 {
  background: #8AAF73;
}

.arrow {
  position: absolute;
  left: 85%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width:768px) {
  .vstack {
    max-width: 90vw;
  }
  .col-md-4 {
    max-width: 90vw;
  }
}