.footer {
  padding: 56px 0 28px;
  background: #081522;
  color: #dbe2e7;
}

.footer .brand-mark {
  border-color: #dbe2e7;
}

.footer p {
  color: #aab8c2;
  font-size: 13px;
  max-width: 420px;
}

.footer h3,
.footer h4 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #7f96a6;
  margin-bottom: 18px;
}

.footer a {
  display: block;
  font-size: 13px;
  margin: 9px 0;
  color: #dbe2e7;
}

.footer a:hover {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 0.6fr);
  gap: 48px;
}

.footer-bottom {
  border-top: 1px solid #23323d;
  margin-top: 42px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #7f96a6;
  font-size: 11px;
}
