/* CSS Document */
.header-img {
  background: url(../../img/header-7.jpg) no-repeat center/cover;
}

h2 {
  color: #00aae7;
  font-size: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

h3 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
h3 span {
  display: block;
  font-size: 1.6rem;
  color: #b4b4b4;
  line-height: 1em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  h3 span {
    font-size: 1.4rem;
  }
}

#basic .policy-block:not(:last-of-type),
#privacy .policy-block:not(:last-of-type) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  #basic .policy-block:not(:last-of-type),
  #privacy .policy-block:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #basic .policy-block:not(:last-of-type),
  #privacy .policy-block:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#basic .policy-block h4,
#privacy .policy-block h4 {
  color: #00aae7;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #00aae7;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
#basic .policy-block ol,
#privacy .policy-block ol {
  padding-left: 1.5em;
}
#basic .policy-block .policy-item:not(:last-of-type),
#privacy .policy-block .policy-item:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #basic .policy-block .policy-item:not(:last-of-type),
  #privacy .policy-block .policy-item:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#basic .policy-block .policy-item h5,
#privacy .policy-block .policy-item h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#basic .sign,
#privacy .sign {
  text-align: right;
  margin-top: 5rem;
} /*# sourceMappingURL=basic-privacy.css.map */
