footer {
  padding: 2rem 0 5rem;
  background-color: #ffff;
  color: #000;
  font-size: 0.92rem;
}
.footer-nav {
  padding: 1.8rem 0;
  display: flex;
}

footer .wx-wrap {
  text-align: center;
}
footer .wx-wrap img {
  margin-bottom: 1rem;
  width: 8rem;
}
footer .wx-wrap .text {
  font-weight: 600;
}
.nav-column {
  width: 25%;
  text-align: left;
}

.nav-column .title {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 600;
}
.nav-column .text a {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

footer a.friendly {
  margin-right: 1rem;
  display: inline-block;
  font-size: 0.92rem;
  color: #000;
  /* font-weight: 600; */
  text-decoration: none;
}

hr {
  color: #bbb;
}
.copyright a {
  color: #7a7a7a;
  text-decoration: none;
}
.copyright p {
  margin-bottom: 0;
}
