.footer-menu {
  margin-top: 1rem;
  padding-left: 0;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 2;
}

@media only screen and (min-width: 800px) {
  .footer-menu {
    padding-left: 2rem;
  }
}
.footer-menu li {
  list-style: none;
  margin-bottom: 9px;
}
.footer-menu .menu-item a {
  text-decoration: none;
  color: var(--wp--preset--color--white);
  font-size: 16px;
  line-height: 1.5;
}
