.policy {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
}

.policy h1 {
  color: #fff;
  font-weight: 500;
  font-size: 42px;
  text-transform: uppercase;
  margin: 50px 0px;
}

.policy h2 {
  color: #fff;
  font-weight: 500;
  font-size: 27px;
  text-transform: uppercase;
  margin: 30px 0px;
}

.policy h3 {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  text-transform: uppercase;
  margin: 20px 0px;
}

.policy p{
  padding: 8px 0px;
  line-height: 24px;
}
.policy a{
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.policy ul,
.policy ul li{
  list-style: none;
}
.policy ul li:before{
  content: '—  ';
  padding-right: 5px;
}
.policy ol{
  list-style: disc;
}
.policy ul li{
  padding: 3px 0px;
  margin-left: 5px
}
.policy ol li{
  padding: 3px 0px;
  margin-left: 20px
}
.policy ul li span{
    padding-left: 25px;
    display: inline-block;
}


.policy a:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0px;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
}
.policy a:hover:after{
  transform: scaleX(1);
}

.policy-letter {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #1d1d1d;
  margin-bottom: 50px
}

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

.policy-letter p:before {
  content: '   ';
  margin-left: 30px;
}