.donation-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.col-sn {
    width: 10%;
    line-height: 1.5;
}
.col-name {
    width: 25%;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 10px;
}

.col-amt {
    width: 25%;
    line-height: 1.5;
}

.col-title {
    width: 40%;
    line-height: 1.5;
}

.profile-pic {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.donate-now-btn {
    display: flex;
    align-items: end;
    justify-content: end;
}

@media (max-width: 768px) {
    .download-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
