.policy .hero {
  background: url("/common/img/bg_policy.jpg") no-repeat center;
  background-size: cover; }
.policy section:not(.main-entry) {
  width: 90%;
  max-width: 1160px;
  margin: 50px auto; }
  .policy section:not(.main-entry) h2 {
    font-size: 22px; }
  .policy section:not(.main-entry) h3 {
    font-size: 18px; }
  .policy section:not(.main-entry) a {
    color: #08BBF2; }
  .policy section:not(.main-entry) ol {
    list-style-type: decimal; }
  .policy section:not(.main-entry) .right {
    text-align: right;
    margin-top: 15px; }

@media screen and (max-width: 480px) {
  .policy .hero {
    height: 200px; } }
