a:link {
  text-decoration: none;
  color: #828282;
}

a:visited {
  text-decoration: none;
  color: #828282;
}

a:hover {
  text-decoration: none;
  color: #828282;
}

a:active {
  text-decoration: none;
  color: #828282;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

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

.subtitle {
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  line-height: 38px;
  color: white;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 2px #00000020;
  /* max-width: 400px; */
  margin: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 500px) {
  .subtitle {
    font-size: 6.7vw;
    margin-bottom: 4vw;
  }
}

.subtitle-bullet {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 2px #0000001f;
}

@media only screen and (max-width: 500px) {
  .subtitle-bullet {
    font-size: 4.7vw;
  }
}

.footer-item {
  text-align: center;
  margin: 20px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #828282;
}

.subtitle-policy {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  letter-spacing: 0.6px;
  font-weight: 400;

  margin-bottom: 30px;
  margin-top: 30px;
  /* text-shadow: 0px 2px #0000001f; */
}

.bold {
  margin-top: 20px;
  color: white;
}

.policy-body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1px;
  line-height: 28px;
  color: #8c8c8c;
  font-weight: 400;
  margin: auto;
  padding: 40px;
}

ul {
  margin: 0;
}
