#legal .s2 {
  padding: 12rem 0 7.5rem;
  background: #fff;
}
#legal .s2 h1 {
  font-size: 4.1rem;
  font-weight: 250;
  color: #1E2859;
  line-height: 1.1;
  margin-bottom: 3rem;
}
#legal .policy-content h2 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1E2859;
  line-height: 1.3;
  margin: 3rem 0 1rem;
}
#legal .policy-content h3 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #1E2859;
  line-height: 1.3;
  margin: 2rem 0 0.75rem;
}
#legal .policy-content p {
  font-size: 0.95rem;
  font-weight: 300;
  color: #676B6F;
  line-height: 1.7;
  margin-bottom: 1rem;
}
#legal .policy-content ul {
  margin: 0.5rem 0 1.5rem 1.5rem;
  padding: 0;
}
#legal .policy-content ul li {
  font-size: 0.95rem;
  font-weight: 300;
  color: #676B6F;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}
#legal .policy-content a {
  color: #457EC0;
  text-decoration: none;
}
#legal .policy-content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  #legal .s2 {
    padding: 10rem 0 5rem;
  }
  #legal .s2 h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #legal .s2 {
    padding: 8rem 0 3rem;
  }
  #legal .s2 h1 {
    font-size: 2rem;
  }
  #legal .policy-content h2 {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=terms-of-service.css.map */
