#site-footer {
  width: var(--godar-shell-width);
  max-width: var(--godar-shell-max);
  margin: auto auto 0;
  padding: 42px 0 46px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  direction: ltr;
  text-align: center;
}

#site-footer .footer-copy {
  display: block;
  direction: ltr;
  color: rgba(119, 117, 111, 0.78);
  font-family: var(--font-fa);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  #site-footer {
    padding-top: 34px;
    padding-bottom: 38px;
  }
}
