.fh2 {
  text-align: center;
  background-image:url(/company/legal/images/bg_pattern.jpg); background-size:cover;
}
.fh2 h1 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 1068px) {
  .fh2 h1 {
      font-size: 40px;
      line-height: 44px;
  }
}

.section-wrapper .row {
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}
.section-wrapper .row:first-child {
  padding-top: 0;
  border-top: 0;
}
.section-wrapper .back-to-top {
  text-align: right;
}
.section-wrapper .h6 {
  padding-top: 10px;
}
