.footer-menu {
  min-width: 0;
}

.footer-menu__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}

.footer-menu__items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu__items li + li {
  margin-top: 8px;
}

.footer-menu__items a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.45;
}

.footer-menu__items a:hover,
.footer-menu__items a:focus-visible {
  text-decoration: underline;
}