.footer {
  background-color: var(--primary-color);
}

.footer__list {
  padding: var(--spacing-3) 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.footer__list-item:last-child {
  margin-top: var(--spacing-fixed-15);
}

.footer__list-item {
  width: var(--width-90);
}
