.footer {
  padding-top: 12.8rem;
  background-color: #fdf2e9;
}

.grid--footer {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.logo--footer {
  margin-right: auto;
}

.copyright {
  font-size: 1.4rem;
  color: #767676;
  text-align: center;
  margin-top: 12.8rem;
  padding: 0 1.6rem;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 0;
}

.footer-nav li {
  margin: 0;
  padding: 0;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer:active {
  color: #cf711f;
}
