.policy-box h2:not(:last-child),
.policy-box ul {
  margin-top: 1.5em
}
.header:not(.bg-white) .logo {
  color: #000
}
.text-box h1 {
  color: #455975;
  text-transform: uppercase
}
@media screen and (max-width:720px) {
  .text-box {
    padding-bottom: 2em;
    padding-top: 12rem
  }
}
@media screen and (min-width:721px) and (max-width:1440px) {
  .text-box {
    padding-top: 7.7rem
  }
}
@media screen and (min-width:1441px) {
  .text-box {
    padding-top: 14.5rem
  }
}
.text-box .text {
  color: #5a5a5a;
  line-height: 1.7
}
@media screen and (min-width:721px) {
  .text-wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto
  }
}
.text-wrap .text {
  width: 90%
}
.policy-box h2 {
  font-size: 1.5em;
  font-weight: 400
}
.policy-box ul {
  color: #333
}
.policy-box li:not(:first-child) {
  margin-top: 1.125em
}
.policy-box h5 {
  font-size: 1.1em;
  font-weight: 600
}
.policy-box p {
  margin-top: .6em
}
.policy-box a:hover {
  color: #11d1a3
}