footer {
  height: 100px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px -2px 6px 0 rgb(0 0 0 / 10%);
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.footer-logo {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo img {
  height: 36px;
}
.footer-logo span {
  font-weight: 500;
  font-size: 1.2rem;
  margin-left: 0.25rem;
}
.footer-logo-container a {
  text-decoration: none;
}
.footer-list-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-list {
  font-size: 12px;
  line-height: 14px;
}
