.site-footer {
  background: rgb(49, 49, 48);
  padding-top: calc(var(--section-base) * 1.5);
  padding-bottom: calc(var(--section-base) * 1.5);
  color: rgb(211, 200, 190);
}
.site-footer a {
  color: rgb(211, 200, 190);
}
.footer-logo {
  width: calc(var(--section-base) * 6.5);
  margin-bottom: calc(var(--section-base) * 1.5);
}
.site-footer .border-white {
  border-color: rgb(211, 200, 190) !important;
}
.footer-bot {
  padding-top: calc(var(--section-base) * 0.5);
  padding-bottom: calc(var(--section-base) * 0.5);
}
