.donate-section {
    margin-top: 50px;
    width: 100%;
}

.donate-section h2 {
    text-align: left;
    margin-bottom: 25px;
}

.donate-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
}

.donate-card {
    width: 25%;
    padding: 30px;
    border-radius: 46px;
    border: 2px solid #434343;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    margin-bottom: 20px;

    min-width: 290px;

    align-self: stretch;
    justify-content: start;
}

.donate-card > h3 {
    text-align: center;
    font-size: 16px;
}

.donate-text > img {
    width: 100%;
}

.donate-text * img {
    width: 100%;
}

.donate-button {
    font-size: 20px;
    font-weight: bold;

    cursor: pointer;

    height: 25px;

    text-align: center;
    vertical-align: middle;
    line-height: 25px;
}

.donate-old-cost-text {
    color: #B3B7BC;
}

/* Text in card */
.donate-text {
    color: #B3B7BC;
    margin-bottom: 20px;
}

/* Adaptivity */

@media (max-width: 575px) {


    .donate-card {
        width: 100%;
    }

    .donate-cards{
        justify-content: center;
    }

}


@media (min-width: 576px) {


    .donate-card {
        width: 100%;
    }

    .donate-cards{
        justify-content: center;
    }

}

@media (min-width: 768px) {

    .donate-card {
        width: 25%;
    }

    .donate-cards{
        justify-content: space-between;
    }

}


@media (min-width: 992px) {

    .donate-card {
        width: 40%;
    }

    .donate-cards{
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .donate-card {
        width: 25%;
    }

    .donate-cards{
        justify-content: space-between;
    }
}

/* Dialogs */

#donate-dialog {
    width: 592px;
    height: 510px;
    overflow: visible;
}
