.ec-TermsOfService {
  padding-bottom: 190px;
  padding-top: 75px;
  color: rgba(0, 0, 0, 1);
  font-family: 'M PLUS 1', sans-serif !important;

  .page-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 162px;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .ec-TermsOfService {
    padding-bottom: 120px;
    padding-top: 60px;
    padding-right: 20px;

    .page-title {
      font-size: 22px;
      margin-bottom: 120px;
    }
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .ec-TermsOfService {
    padding-bottom: 60px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;

    .page-title {
      font-size: 18px;
      margin-bottom: 60px;
    }
  }
}


.section {
  margin: 10px 0 10px;
}

h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.table-wrap {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 980px;
}

caption {
  text-align: left;
  font-weight: 700;
  margin-bottom: 6px;
}

th,
td {
  border: 3px solid #222;
  padding: 10px 14px;
  text-align: center;
}

th:first-child,
td:first-child {
  text-align: left;
  width: 120px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  /* responsive table for mobile */
  .table-responsive {
    width: 100%;
    overflow-x: auto;
  }

  th, td {
    padding: 5px 10px;
  }

  th:first-child,
  td:first-child {
    width: 80px;
  }
}
