.section-about {
  background-color: #000116;
  padding: 9.6rem 0;
}

.section-about .grid {
  gap: 4.8rem;
}

.footer-heading {
  font-size: 1.6rem;
  color: #ced4da;
  margin-bottom: 1.6rem;
}

.footer-column {
  width: 100%;
}

.footer-paragraph {
  font-size: 1.6rem;
  color: #868e96;
  line-height: 1.4;
}

.hillworth-logo {
  font-size: 1.6rem;
  color: #1c7ed6;
  text-decoration: none;

  transition: 0.5s;
}

.hillworth-logo:hover {
  color: #c5f6fa;
}

.email-link:link,
.email-link:visited {
  color: #1c7ed6;
  text-decoration: none;
  font-size: 1.6rem;

  transition: all 0.5s;
}

.email-link:hover {
  color: #c5f6fa;
}

.footer-link:link,
.footer-link:visited {
  font-size: 1.6rem;
  color: #868e96;
  line-height: 1.4;
  text-decoration: none;

  transition: all 0.5s;
}

.footer-link:hover {
  color: #99e9f2;
}

.website-link:link,
.website-link:visited {
  color: #1c7ed6;
  text-decoration: none;
  font-size: 1.6rem;

  transition: all 0.5s;
}

.website-link:hover {
  color: #c5f6fa;
}

.copyright {
  margin: 4.8rem 0rem;
}

.copyright-text {
  font-size: 1.6rem;
  color: #868e96;
  text-align: center;
}
