/* Styles for Donation Section */
.c-donationSection1 {
    max-width: 650px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f8f8f8;
}

/* Styles for Heading */
.c-donationSection1 h2 {
    /* text-align: center; */
    padding: 20px;
    color: #333;
}

/* Styles for Donation Table */
.c-table-donate {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.c-table-donate th, .c-table-donate td {
    border: 1px solid #ddd;
    padding: 10px 0 10px 20px;
    text-align: left; 

}

.c-table-donate th{
    width: 42%;
    font-family: 400 !important;
}

.c-table-donate td {
    width: 58%;
}

.c-table-donate th {
    background-color: #f2f2f2;
}

/* Optional: Add hover effect to table rows */
.c-table-donate tr:hover {
    background-color: #f5f5f5;
}
