@media (min-width: 1280px) {

  .xl\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }
}