.footer {
  background-color: white;
}
.footer .footer-logo {
  border-bottom: 1px solid #EDEDED;
  padding: 2rem 0;
}
.footer .footer-menu {
  display: flex;
  justify-content: space-between;
  margin: 1rem 1rem 1rem 0;
}
.footer .footer-menu .menu-first {
  margin: 0;
  display: flex;
}
.footer .footer-menu .menu-first a {
  color: #3C3C3C;
}
.footer .footer-menu .menu-first ul, .footer .footer-menu .menu-first li {
  margin: 0;
}
.footer .footer-menu .menu-first .menu-item--collapsed, .footer .footer-menu .menu-first .menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
}
.footer .footer-menu .menu-first > .menu-item {
  margin-right: 2rem;
}
.footer .footer-menu .menu-first > .menu-item > a, .footer .footer-menu .menu-first > .menu-item > span {
  font-weight: bold;
  font-size: 1.2rem;
}
.footer .footer-menu .menu-first .menu-item {
  padding: 1rem 1rem 1rem 0;
}

@media (max-width: 992px) {
  .footer .menu-first {
    display: flex;
    flex-direction: column;
  }
}