body {
  margin: 0;
  text-transform: none !important;
}

.policy {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  padding: 16px;
  font-size: 14px;
  color: #75828b;
  padding-top: 8px;
}

.policy .text-center {
  text-align: center;
}

.policy .color-text {
  color: #00bcc3;
}

.policy .policy__head-title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #00bcc3;
  text-transform: uppercase !important;
}

.policy .policy__head-title-normal {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #00bcc3;
}

.policy .policy__head-sub-title {
  font-weight: bold;
}

.policy .policy__content {
  margin-bottom: 16px;
}

.policy__content a {
  color: #00bcc3;
}

.policy ul {
  padding-left: 24px;
}

.policy__content ul > li::before {
  margin-bottom: 8px;
}

.policy__content .effective-date {
  font-style: italic;
  color: #75828b;
  text-align: center;
}

.policy .italic {
  font-style: italic;
}

.policy a {
  text-decoration: none;
}
