:root {
  --sticky-footer-background: linear-gradient(180deg, #5c5c5c 0%, #000 100%);
}

.desktop-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .desktop-only {
    display: inline;
    text-transform: capitalize;
  }
}
