footer,
footer a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: var(--SECONDARY_MINOR_COLOR);
}

footer a:hover {
  opacity: 0.5;
  color: var(--SECONDARY_MINOR_COLOR);
}

.footer__container {
  max-width: var(--CONTAINER_WIDTH);
  margin: 0px auto;
  padding: 0 20px;
  overflow: hidden;
}

.footer {
  padding-top: 60px;
  font-size: 12px;
  background: var(--TEXT_COLOR);
}

.footer ul {
  line-height: 2;
}

.footer .widget-a .w-title-a {
  margin-bottom: 1rem;
}

.footer-copyright {
  text-align: center;
  padding: 30px 0;
  color: var(--TEXT_COLOR);
  background: var(--SECONDARY_MINOR_COLOR);
}

.copyright {
  padding-top: 20px;

}

.w-body-a {
  max-width: 500px;
}