.ingresso-item {
  width: 20%;
  height: auto;
}

@media(max-width:767.98px) {
  .ingresso-item {
    width: 50%;
  }
}