@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("open-sans-400.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("open-sans-700.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background: #fff;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #2ea3f2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.intro {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 58px 0 28px;
}

.intro h1 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hero {
  width: 100%;
  display: block;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.legal {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 36px 0 28px;
  text-align: center;
}

.legal p {
  padding-bottom: 0;
}

.privacy {
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
  padding: 58px 0 48px;
}

.privacy h1 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.privacy h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 28px 0 10px;
}

.privacy p,
.privacy ul {
  margin-bottom: 1em;
}

.privacy ul {
  padding-left: 1.2em;
}

.back {
  display: inline-block;
  margin-bottom: 24px;
}
