.site-footer-note {
  width: 100%;
  margin: 0 auto 24px;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #b0b0b0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.site-footer-note__line {
  display: block;
}

@media (max-width: 767px) {
  .site-footer-note {
    margin: 0 auto 20px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.5;
  }
}
