
#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-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#policy-7 .header {
  text-align: center;
  margin-bottom: 40px;
}
#policy-7 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#policy-7 .header p {
  font-size: 1.1rem;
  color: #777;
}
#policy-7 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#policy-7 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#policy-7 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}


