.privacy-policy-section {
  padding: 50px 0;
  margin-top: 3rem;
}

.privacy-policy-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-policy-section h2 {
  font-size: 2.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.privacy-policy-section h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #444;
}

.privacy-policy-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.privacy-policy-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-policy-section ul li {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 10px;
}

.privacy-policy-section a {
  color: #007bff;
  text-decoration: none;
}

.privacy-policy-section a:hover {
  text-decoration: underline;
}

/* refund policy css  */

.refund-policy-section,
.terms-of-service-section {
  padding: 50px 0;
  margin: 3rem 0;
}

.refund-policy-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.refund-policy-section h2 {
  font-size: 2.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.refund-policy-section h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #444;
}

.refund-policy-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.refund-policy-section p strong {
  font-weight: 600;
  color: #333;
}

.refund-policy-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.refund-policy-section ul li {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 10px;
}

.refund-policy-section a {
  color: #007bff;
  text-decoration: none;
}

.refund-policy-section a:hover {
  text-decoration: underline;
}

/* terms and conditions */

.terms-of-service-section .container p {
  padding-left: 1.6rem !important;
}

/* insder contaner ther are multipl  p and inside that p we have ul and li so we need to style that very well
so we need to add padding-left: 1.6rem !important; */
.terms-of-service-section .container ul {
  padding-left: 1.6rem;
  margin-bottom: 20px;
}
.terms-of-service-section .container ul li span {
  font-weight: 600;
}

/* mkae first h3  font weigh 400 */
.terms-of-service-section h3:first-of-type {
  font-weight: 300;
  font-size: 20px;
  color: #555;
}
