.main-content {
  justify-content: center;
}

.container-cards {
  gap: 62px;
}
.container-cards svg {
  width: 40px !important;
  height: 40px !important;
}

@media screen and (min-width: 960px) {
  .container-cards {
    width: 100%;
  }
  .column-after-row {
    flex-direction: row;
  }
}

/*# sourceMappingURL=jogar.css.map */
