
#terms-conditions-5 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f4f4f4;
}
#terms-conditions-5 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#terms-conditions-5 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
}
#terms-conditions-5 .content-wrapper p {
  margin-bottom: 15px;
}



#policy-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#policy-9 .header {
  text-align: center;
  margin-bottom: 20px;
}
#policy-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#policy-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#policy-9 .scrollable-box {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  max-height: 400px;
  overflow-y: auto;
  white-space: pre-wrap;
}


