
.h-margin-top--md {
  margin-top: 1rem;
}

.h-width--full {
  width: 100%;
}

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

.h-hide {
  display: none;
}

@media screen and (min-width: 1024px) {
  .h-hide--desktop {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .h-hide--mobile {
    display: none;
  }
}