body {
  overflow-x: hidden;
}

footer {
  font-family: Roboto, sans-serif;
  color: #fff;
  padding: 3.5rem 0;
  margin-top: 0.5rem;
  border-top: 1px solid #383a41;
}

footer > div {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

footer article {
  display: flex;
  flex-wrap: wrap;
}

footer section {
  flex-basis: 100%;
}

footer h2, footer p {
  font-family: 'Gt eesti display 7b2c45500bd08f6d098ad934759b7bb0', Arial, sans-serif;
}

footer h2 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 2.5rem 0 0;
}

footer p {
  font-size: 0.75rem;
  line-height: 1;
}

footer ul, footer li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer a:link, a:visited, a:hover {
  text-decoration: none;
  color: #fff;
}

footer .iconlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

footer .iconlist a {
  display: block;
  margin: 0 0.25rem 0.75rem 0.25rem;
}

footer .iconlist a:hover, footer .iconlist a:active {
  opacity: 0.6;
}

footer .iconlist span {
  display: none;
}

footer .linklist li a {
  display: block;
  font-size: 1.05rem;
  line-height: 2;
  padding: 0;
}

footer hr {
  height: 0;
  margin: 2.5rem 0 1.25rem 0;
  border-color: transparent;
  border-top: 1px solid #fff;
}

@media (min-width: 820px) {

  footer > div {
    width: 80%;
  }

  footer article {
    gap: 2rem;
  }

  footer section {
    flex-basis: 25%;
  }

  footer section.follow {
    flex-basis: 40%;
  }

  footer section h2:first-child {
    margin-top: 0;
  }

}
