.terms-content {
  background-color: #fff;
  padding: 40px 20px;
}

.terms-container {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
}

.terms-container a {
  color: #0074c2;
  text-decoration: none;
}

.terms-container a:hover {
  text-decoration: underline;
}
.terms-container p {
  margin-bottom: 20px; /* space between paragraphs */
}