* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
  background-color: #f7f9fc;
  color: #333;
}

.terms-section {
  padding: 50px 20px;
}

.container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

h1 {
  text-align: center;
  color: #0b3c6d;
  margin-bottom: 20px;
}

.intro {
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

h2 {
  margin-top: 25px;
  color: #0b3c6d;
  font-size: 18px;
}

p {
  line-height: 1.7;
  margin-top: 10px;
}

ul {
  margin-top: 10px;
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
}
