/* Gallery
*****************************************/

#gallery {
    padding-bottom: 6rem;
}

.card-columns {
    padding: 8em 3em 5em 3em;
}

.card.operational-collaboration {
    background: #edc09f;
}

.card.donation-and-sponsorship {
    background: #c4ca80;
}

.card.donation-and-gifts {
    background: #a7bfdb;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .card-columns {
        column-count: 2 !important;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3 !important;
    }
}