.custom-footer {
  background: #020617;
  color: #fff;
  padding: 50px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-grid h3 {
  margin-bottom: 10px;
}

.footer-grid a {
  color: #cbd5f5;
  text-decoration: none;
}

.copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}