.Refund_container__jY1HY {
    margin-top: 100px;
}

.Refund_refundContainer__TCSTy {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.Refund_section__SGSdX {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #f9fafb;
    transition: all 0.3s ease;
    border-left: 4px solid #3b82f6;
}

.Refund_section__SGSdX:hover {
    background-color: #f3f4f6;
    border-left-color: #60a5fa;
}

.Refund_heading__pG3Al {
    color: #111827;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    font-family: 'BlackFont', sans-serif;
}

.Refund_heading__pG3Al::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #3b82f6;
    margin: 1rem auto 0;
    border-radius: 2px;
}

.Refund_sectionTitle__IJ1F5 {
    color: #111827;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-family: 'BlackFont', sans-serif;
}

.Refund_content__VyBPO {
    color: #000000;
    line-height: 1.7;
    font-size: 1.1rem;
    padding-left: 1rem;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
    .Refund_refundContainer__TCSTy {
        padding: 1rem;
    }

    .Refund_heading__pG3Al {
        font-size: 2rem;
    }

    .Refund_sectionTitle__IJ1F5 {
        font-size: 1.25rem;
    }

    .Refund_content__VyBPO {
        font-size: 1rem;
    }
}

