

.privacysection {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 12px;
}

.privacysection p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    color: revert !important;
    font-size: revert !important;
}
.privacysection ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color: revert !important;
    font-size: revert !important;
}
.privacysection ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color: revert !important;
    font-size: revert !important;
}
.privacysection li {
    display: list-item;
    color: revert !important;
    font-size: revert !important;
}


@media (min-width: 1024px) {
  .privacy-container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    border: 1px solid #626b75;
  }
  .privacy-row {
    margin-right: -15px;
    margin-left: -15px;
    display: table-row;
  }
  .privacy-col-md-3 {
    width: 25%;
    /*float: left;*/
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    border: 1px solid #626b75;
    display: table-cell;
  }
  .privacy-hide-desktop {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .privacy-hide-mobile {
    display: none !important;
  }
  .privacy-col-md-3 {
    padding-left: 30px;
  }
  .privacy-col-md-3 ul {
    margin-top: 0px;
  }
  .privacy-col-md-3 p {
    margin-bottom: 0px;
  }
}



.termssection {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 12px;
}
.termssection h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: revert !important;
    font-size: revert !important;
}
.termssection p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    color: revert !important;
    font-size: revert !important;
}
.termssection ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color: revert !important;
    font-size: revert !important;
}
.termssection ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color: revert !important;
    font-size: revert !important;
}
.termssection li {
    display: list-item;
    color: revert !important;
    font-size: revert !important;
}


