body {
  font-family: "aktiv-grotesk-std", sans-serif;
  background: #f2f2ff;
}
.header {
  overflow: hidden;
  position: absolute;
  height: 64px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(242, 242, 255, 0) 0%, #f2f2ff 100%),
    linear-gradient(91.45deg, #b6a4ff 0%, #e3fdff 100%);
}

.header .logo img {
  position: absolute;
  width: 64px;
  left: 80px;
  top: 0%;
  height: 64px;
}

.page-container {
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  width: 500px;
}
.page-container .heading {
  font-size: 24px;
  line-height: 32px;
}
.page-container .subheading {
  font-size: 16px;
  line-height: 24px;
}
.page-container .main-content ul {
  margin-top: 2px;
  padding-inline-start: 21px;
}
li {
  padding-bottom: 16px;
  padding-left: 16px;
}

.page-footer {
  padding: 16px 80px;
  position: absolute;
  height: 80px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #f2f2ff;
}

.page-footer p {
  font-size: 12px;
  line-height: 16px;
  color: #61616f;
  flex: none;
  order: 1;
  flex-grow: 0;
  /* margin: 0px 16px; */
}

@media (max-width: 500px) {
  .header {
    height: 64px;
  }
  .header .logo img {
    padding-left: 0px;
    width: 64px;
    height: 64px;
  }
  .page-container {
    margin-left: 16px;
    margin-top: 80px;
    width: auto;
  }
  .page-footer {
    padding-left: 0px;
  }
  .header .logo img {
    left: 18px;
  }

  .page-footer p {
    margin-left: 16px;
  }
}
