.refund-policy-section {
  padding: 60px 200px;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  color: #333;
}


.refund-policy-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.refund-policy-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.refund-policy-section ul li {
  margin-bottom: 10px;
}

.refund-policy-section a {
  color: #0d0d43;
  text-decoration: none;
}

.refund-policy-section a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .refund-policy-section {
    padding: 40px 20px;
  }
}

.refund-policy-section h3 {
  position: relative;
  display: inline-block; /* Ensures underline is only as wide as the text */
  padding-bottom: 8px;
  margin-bottom: 20px;
  color: #0d0d43;
}

.refund-policy-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: rgb(121, 175, 245); /* soft blue */
  border-radius: 4px;
}

/*
.refund-policy-section h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: rgb(121, 175, 245); 
  border-radius: 4px;
}*/
.refund-policy-section h1{
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    color: rgb(13,13,67);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    
}