.site-footer {
  padding: 32px 0 40px;
  font-family: "Manrope", sans-serif;
}

.site-footer .footer-container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.site-footer .footnote {
  font-size: 13px;
  color: #5a4f70;
  max-width: 780px;
  line-height: 1.5;
}

.site-footer .copyright {
  margin-top: 6px;
  font-size: 12px;
  color: #8a7f9e;
}

@media (max-width: 640px) {
  .site-footer .footer-container { width: min(100% - 28px, 1180px); }
}
