@media screen and (min-width: 768px) {
  .eventos-futuros-grid {
    grid-template-columns: repeat(3, calc(100% / 3));
  }
}
