.footer {
  background: #1a1d25;
  padding: 0 90px;
  color: #ffffff; }
  .footer-content {
    border-top: 3px #eac08d dotted;
    padding: 90px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between; }
  .footer a {
    color: #eac08d;
    font-weight: bold; }

/*# sourceMappingURL=footer.css.map */
