/* Utilities. */

.bg-hidden {
  display: none !important;
}

.bg-align-center {
  text-align: center;
}

.bg-mt-0 {
  margin-top: 0 !important;
}

.bg-soft-bg {
  background: rgba(209, 214, 204, 0.36);
}

