.c-footer {
  background: #0c0c0c;
  color: #fff;
  padding: 2rem 1.25rem;
}

.c-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.c-footer__divider {
  border: 0;
  height: 1px;
  background: rgba(255,255,255,.12);
  margin: 2rem 0;
}

.c-footer__brand {
  display: grid;
  gap: 1.25rem;
}

.c-footer__copyright {
  font-size: .75rem; /* 12px / 16px */
  color: rgba(255,255,255,.75);;
}

/* Desktop layout */
@media (min-width: 768px) {
  .c-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c-footer__brand {
    max-width: 420px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
