.termsuse-privacy {
  margin-bottom: 100px;
}
  .termsuse-privacy .main-title {
    margin-bottom: 35px;
  }

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}

th {
  background-color: black;
  color: white;
  padding: 10px;
  border: 1px solid gray;
}

td {
  padding: 10px;
  border: 1px solid gray;
}