@media (min-width: 1400px) {
  .container-pd-x {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.terms-of-services {
  margin-bottom: 100px;
}
.t-and-s-header {
  background-color: #0d6efd;
  padding: 25px 0;
  text-align: center;
}
.t-and-s-header a {
  color: #fff !important;
}

.terms-of-services p {
  font-size: 14px;
  line-height: 26px;
}
.terms-of-services ol,
.terms-of-services ul {
  padding: 0 0 0 20px;
}
.terms-of-services ol li,
.terms-of-services ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}
.terms-of-services ul li ol,
.terms-of-services ol li ul,
.terms-of-services ul li ul,
.terms-of-services ol li ol {
  padding: 0 0 0 20px;
  margin: 10px 0;
}
