html {
  font-size: 16px;
}

.privacy-page {
  background: #f7f7fb;
}

.privacy-header,
.privacy-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px max(20px, calc((100vw - 920px) / 2));
  background: #ffffff;
  border-bottom: 1px solid #e5e5ec;
}

.back-link,
.privacy-footer a {
  color: #c94d43;
  font-weight: 800;
}

.privacy-shell {
  width: min(920px, calc(100% - 36px));
  margin: 42px auto;
  padding: 54px 64px;
  background: #ffffff;
}

.privacy-shell h1 {
  margin-bottom: 12px;
  font-size: 2.75rem;
  line-height: 1.1;
}

.updated {
  margin-bottom: 46px;
  color: #686875;
}

.privacy-shell section {
  padding: 24px 0;
  border-top: 1px solid #ececf1;
}

.privacy-shell h2 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.privacy-shell section p {
  margin-bottom: 0;
  color: #555561;
  line-height: 1.7;
}

.privacy-shell section a {
  color: #c94d43;
  text-decoration: underline;
}

.privacy-footer {
  border-top: 1px solid #e5e5ec;
  border-bottom: 0;
  color: #686875;
}

.privacy-footer p {
  margin: 0;
}

@media (max-width: 620px) {
  .privacy-header,
  .privacy-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .privacy-shell {
    width: min(100%, 300px);
    max-width: 300px;
    margin: 20px auto;
    padding: 34px 20px;
  }

  .privacy-shell h1 {
    font-size: 2.2rem;
  }
}
