.coda-site-footer {
  background-color: #1a1a1a;
  color: #fff;
}

.coda-site-footer__brand {
  color: #fff;
  font-weight: 800;
}

.coda-site-footer__about {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 34rem;
}

.coda-site-footer__heading {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.coda-site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.coda-site-footer__list li {
  margin-bottom: 0.4rem;
}

.coda-site-footer__list a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.88rem;
}

.coda-site-footer__list a:hover {
  color: #e7ad4a;
}

.coda-site-footer__copyright {
  margin-top: 1.2rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
}

@media (max-width: 991.98px) {
  .coda-site-footer {
    text-align: left;
  }

  .coda-site-footer .footer-liinks-div {
    margin-top: 0.25rem;
  }
}

@media (max-width: 575.98px) {
  .coda-site-footer .footer-liinks-div > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
