#g-1.background-image {
    background-size: cover !important;
}

.flex {
    display: flex !important;
}

@media (min-width: 1440px) {
    .flex-ns {
        display: flex !important;
    }
}

.centered-element {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.centered-element > * {
    display: block;
}

@media (min-width: 768px) {
  .card-container {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 64px;
  }
  .card-container > * {
      max-width: 33%;
      width: 100%;
  }
}
