.header {
  background-color: var(--primary);
  position: fixed;
}
.terms-and-conditions {
  padding-top: 130px;
  padding-bottom: 40px;
}
.terms-and-conditions h1 {
  text-align: center;
  color: #333;
  font-size: 32px;
  padding-bottom: 20px;
}
.terms-and-conditions h2 {
  color: #555;
  font-size: 24px;
  padding-bottom: 15px;
}
.terms-and-conditions p {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.terms-and-conditions .container {
  max-width: 1024px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
