.grid__footer {
  display: block;
}
.footer-links {
  width: 50%;
  display: inline-block;
  float: left;
}
.footer-links li {
  font-size: 14px;
  padding-bottom: 5px;
  opacity: .7;
}
.footer-links li.footer-links__header {
  font-size: 16px;
  padding-bottom: 10px;
  opacity: 1;
}


/* .footer-links .footer-links__link:not(:hover) {
  opacity: .5;
} */

.footer-links .footer-links__link:hover:not() {
  opacity: .1;
}

.back-to-top {
  font-size: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 100%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 60PX;
  right: 20px;
  position: fixed;
}
.back-to-top::before,
.back-to-top::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 15px;
  height: 2px;
}
.back-to-top::before {
  transform: rotate(45deg);
  left: 28px;
  top: 28px;
}
.back-to-top::after {
  transform: rotate(-45deg);
  left: 18px;
  top: 28px;
}
.footnote {
  font-size: 10px;
  display: block;
  width: 100%;
  float: left;
}

/* ------------- */
/* Mobile Up */
/* ------------- */
@media (min-width: 576px) {
}

/* ------------- */
/* Tablet Up */
/* ------------- */
@media (min-width: 768px) {
  .grid__footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ------------- */
/* Laptop Up */
/* ------------- */
@media (min-width: 992px) {
  .footnote {
    font-size: 12px;
    display: block;
    width: 100%;
    float: left;
  }
}

/* ------------- */
/* Desktop Up */
/* ------------- */
@media (min-width: 1200px) {
}
