.site-footer {
  border-top: 1px solid rgba(31, 26, 79, 0.08);
  margin-top: 78px;
  padding: 38px 32px;
}

.site-footer__inner {
  align-items: flex-start;
  display: grid;
  gap: 32px;
  grid-template-columns: 1.2fr 2fr;
  margin: 0 auto;
  max-width: 1100px;
}

.site-footer img {
  height: 70px;
  margin-bottom: 12px;
  width: auto;
}

.site-footer p,
.site-footer a {
  color: #4b3b7a;
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer a {
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: flex-end;
}

.footer-links a:hover {
  color: #7e55a8;
}

.footer-legal {
  color: #6f6796;
  font-size: 12.5px;
  margin-top: 18px;
}

@media (max-width: 920px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
