.footer__page {
  /*margin-top: var(--padding-size);*/
  margin-top: var(--padding-size);
  padding: 2rem 2rem 6rem 2rem;
  background: var(--color-background-form-element-primary);
  color: var(--color-text-primary);
  font-family: Inter, serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}

.footer__page-h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.footer__page-h3 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1rem;
}

.footer__page strong {
  font-weight: 700;
}

.footer__page a {
  color: var(--color-text-primary);
  font-weight: 700;
  white-space: nowrap;
}

.footer__page ul {
  display: flex;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.footer__page ul li {
  padding: .6rem 0;
}

.footer__page ul li:not(:last-child):after {
  content: "\2022";
  padding-left: .4rem;
  padding-right: .4rem;
}

.footer__page .ul__socials {
  margin-bottom: inherit;
}

.footer__page .ul__socials li {
  margin-right: 1rem;
}

.footer__page .ul__socials li:not(:last-child):after {
  content: inherit !important;
}

.footer__page .ul__socials i {
  font-size: 2rem;
}

@media screen and (min-width: 960px) {
  .footer__page {
    padding: 2rem;
  }
}
