.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: var(--colorHeaderBG);
}

.footer img {
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer p {
  text-align: center;
}

.footer .link-list {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.footer .link-list a {
  margin: 10px 20px;
}

@media (max-width: 768px) {
}
