.site-footer {
  margin-top: 34px;
  padding: 24px 28px;
  background: var(--navy);
  color: #d8e7f1;
  border-radius: 18px;
  box-shadow: var(--shadow);
  text-align: center;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: #fff;
  font-size: 1.08rem;
}

.site-footer span {
  margin-top: 4px;
  color: var(--gold);
  font-weight: 700;
}

.site-footer p {
  max-width: 850px;
  margin: 12px auto 10px;
  font-size: .85rem;
  line-height: 1.55;
}

.site-footer a {
  color: #fff;
  font-weight: 800;
  text-underline-offset: 3px;
}

@media (max-width: 620px) {
  .site-footer {
    padding: 21px 18px;
  }
}
