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

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

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

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

.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: .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: .6px;
  font-weight: 400;

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

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

@media only screen and (max-width: 500px) {
  .policy-body{ 
    padding: 20px;
  }
}