.site-footer {
  background: #fff;
  border-top: 4px solid var(--color-primary);
  padding: 60px 20px 32px;
  text-align: center;
}
.site-footer .site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.site-footer .site-footer__inner .site-footer__logo {
  margin: 0 0 24px;
}
.site-footer .site-footer__inner .site-footer__logo a {
  display: inline-block;
}
.site-footer .site-footer__inner .site-footer__logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.site-footer .site-footer__inner .site-footer__info {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.9;
}
.site-footer .site-footer__inner .site-footer__copyright {
  margin: 32px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  color: #888;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding: 25px 16px 154px 16px;
  }
  .site-footer .site-footer__inner .site-footer__logo {
    margin-bottom: 18px;
  }
  .site-footer .site-footer__inner .site-footer__logo img {
    max-width: 220px;
  }
  .site-footer .site-footer__inner .site-footer__info {
    font-size: 0.7rem;
    line-height: 1.8;
  }
  .site-footer .site-footer__inner .site-footer__copyright {
    margin-top: 24px;
    font-size: 0.7rem;
  }
}
