
.refund-title {
    color: black;
    margin-bottom: 20px;
    align-items: center;
    text-align: center;

    padding-top: 120px; 
    
}

.refund-section {
    margin-bottom: 30px;
}

.refund-section h2 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.refund-section h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: black;
}

.refund-section p, .refund-section li {
    margin-bottom: 10px;
}

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

.refund-link {
    color: #007BFF;
    text-decoration: none;
}

.refund-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
   

    .refund-container {
        padding: 20px;
    }

    .refund-title {
        font-size: 26px;
    }

    .refund-section h2 {
        font-size: 22px;
    }

    .refund-section h3 {
        font-size: 18px;
    }
}