.footer {
  width: 100%;
  background-color: var(--color-grad-ll);
  padding: 10px;
}

.footer__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__item {
  width: 300px;
  height: 250px;
  margin: 40px 10px 10px 10px;
  padding: 10px;
}

.footer__item-txt {
  color: var(--color-bg);
}

.footer__title {
  color: var(--color-bg);
}

ul {
  list-style: none;
}

ul li {
  color: var(--color-bg);
  margin-left: -32px;
}

.footer__link {
  color: var(--color-bg);
  text-decoration: none;
}

.footer__link:hover {
  color: var(--color-bg);
  text-decoration: underline;
}

.footer__copy {
}

.footer__copy-txt {
  color: var(--color-bg);
  text-align: center;
  font-size: 14px;
}

