.hero-wrap {
    margin-top: 70px;
}

.support-system .gallery.img {
    height: 512px;
}

.form-button {
    height: fit-content;
    margin-block: auto;
}

@media (max-width: 576px) {

    /* Styles for screens smaller than 768px (mobile) */
    .activities-custom-padding {
        padding: 16px;
        /* Adjust the padding value as needed */
    }
}

.color-light-1 {
    background-color: white;
}

.color-light-2 {
    background-color: rgb(228, 228, 228);
}

.color-light-3 {
    background-color: rgb(209, 209, 209);
}

.btn-warning {
    background-color: #f86f2d;
    color: white;
}

.btn-warning:hover {
    background-color: #bf4001;
    color: white;
}

.team-section-hidden {
    display: none;
}

img {
    width: 100% !important;
    height: auto;
}

#donationQRImage {
    background-color: tomato;
     width: 120px !important; height: auto !important;
}