.body {
  background: #ffffff;
}

::-webkit-scrollbar { width: 0 !important }

.page {
  width: 100%;
  min-width: 320px;
  max-width: 768px;
  color: #000000;
  font-family: "Myriad Pro", Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 0;
}

.page__container {
  width: 100%;
  margin: 0;
}

/* .list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list__item {
  list-style-type: none;
  margin: 0;
} */

.content {
  max-width: 500px;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
}

.title {
  line-height: 22px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.subtitle {
  line-height: 22px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.text {
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  text-align: justify;
  margin: 0 auto;
}

.text-span {
  font-weight: 600;
}

.section-gap {
  margin-top: 60px;
}
