.custom-footer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}

.custom-footer-spacer {
  max-width: 220px;
  width: 100%;
  height: 10px;
}

.footer-nav {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}