.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.text-white {
  color: #fff;
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}

.justify-content-space {
  justify-content: space-between;
}