div#BodyContent {
  width: 900px !important;
  margin: 0 auto;
}

@media screen and (max-width:900px) {
  div#BodyContent {
    max-width: 94vw !important;
  }
}

@media (max-width: 768px) {
  div#BodyContent {
    padding: 10px;
    max-width: 100vw;
  }
}

.spLegal {
     text-align: center;
}

.spLegalBody .c-paragraph-3 {
    font-size: 16px !important;
    line-height: 25px !important;
}

.spLegalBody .c-divider {
     border-top: 2px solid #054b16;
     margin: 48px auto;
}

.spLegalBody ul.c-list.f-dashed-list {
     list-style-type: '- ';
     padding-left: inherit;
}