.donation-card {
    width: 100%;
    background: #fff;

    padding: 20px 0;
}

.donation-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.donation-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.donation-item:last-child {
    border-bottom: none;
}

.name {
    color: #3b5b7a;
}

.amount {
    font-weight: bold;
    color: #2c3e50;
}