.charity-footer,
.charity-footer * {
    box-sizing: border-box;
}

.charity-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 30px 0 15px;
    background: linear-gradient(90deg, #0A6128 0%, #065636 100%), #D9D9D9;
}

.charity-footer .fanpage {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.charity-footer .fanpage .fb-page {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.charity-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 12% 10%, rgba(255, 255, 255, .08), transparent 25%), linear-gradient(135deg, rgba(0, 91, 47, .96), rgba(0, 105, 55, .98) 48%, rgba(0, 82, 43, .98));
}

.charity-footer-container {
    position: relative;
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.charity-footer-main {
    display: grid;
    grid-template-columns: minmax(350px, 1.12fr) minmax(291px, .92fr) minmax(208px, .82fr) minmax(250px, 292px);
    column-gap: 32px;
    align-items: start;
}

.charity-footer h3 {
    margin: 20px 0 18px;
    color: #fff;
    font-family: 'Inter_24pt-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 104%;
    /* 24.96px */
    text-transform: uppercase;
}

.charity-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
}

.charity-footer-logo img {
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .4), 0 10px 24px rgba(0, 0, 0, .12);
}

.charity-footer-logo span {
    display: grid;
    gap: 3px;
    line-height: 1.05;
}

.charity-footer-logo small {
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Inter_24pt-Regular';
    font-size: 15.521px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.charity-footer-logo strong {
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Inter_24pt-ExtraBold';
    font-size: 22.282px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.charity-footer-logo em {
    color: #FFF;
    font-family: 'Inter_24pt-Regular';
    font-size: 14.521px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.charity-footer-brand p {
    max-width: 316px;
    margin: 11px 0 12px;
    color: #FFF;
    font-family: 'Inter_24pt-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 20.676px */
    text-align: justify;
}

.charity-footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.charity-footer-social a {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #006333;
    font-size: 18px;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.charity-footer-social a:hover {
    color: #fff;
    background: #0a8d4e;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

.charity-footer-contact ul,
.charity-footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.charity-footer-contact li {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 4px;
    align-items: start;
    margin-bottom: 4px;
    color: #FFF;
    font-family: 'Inter_24pt-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 183%;
    /* 27.45px */
}

.charity-footer-contact i {
    margin-top: 7px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.charity-footer a {
    color: inherit;
}

.charity-footer-contact a,
.charity-footer-menu a {
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.charity-footer-contact a:hover,
.charity-footer-menu a:hover {
    color: #d7f6e5;
}

.charity-footer-menu li {
    margin-bottom: 4px;
}

.charity-footer-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 16px;
    color: #FFF;
    font-family: 'Inter_24pt-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 183%;
    /* 27.45px */
    text-transform: capitalize;
}

.charity-footer-menu a:before {
    content: "\203A";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 19px;
    line-height: 1;
    transition: transform .2s ease;
}

.charity-footer-menu a:hover {
    transform: translateX(4px);
}

.charity-footer-menu a:hover:before {
    transform: translate(3px, -50%);
}

.charity-footer-panel {
    width: 100%;
    min-height: 216px;
    margin-top: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02), 0 14px 28px rgba(0, 0, 0, .08);
}

.charity-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .46);
}

.charity-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .94);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Inter_24pt-Regular';
}

.charity-footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.charity-footer-bottom a:hover {
    text-decoration: underline;
}

.charity-footer-counter {
    display: none;
    align-items: center;
    gap: 18px;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
}

.charity-footer-counter span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.charity-footer-counter i {
    font-size: 12px;
}

@media (max-width: 1100px) {
    .charity-footer-main {
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 34px;
    }
    .charity-footer-panel {
        grid-column: 1 / -1;
        min-height: 132px;
    }
}

@media (max-width: 820px) {
    .charity-footer {
        padding-top: 36px;
    }
    .charity-footer-container {
        width: min(100% - 26px, 1130px);
    }
    .charity-footer .fanpage .fb-page span,
    .charity-footer .fanpage .fb-page span iframe {
        width: 100% !important;
    }
    .charity-footer-main {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .charity-footer h3 {
        margin: 0 0 14px;
        font-size: 20px;
    }
    .charity-footer-menu ul {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .charity-footer-menu li {
        margin: 0;
    }
    .charity-footer-menu a {
        font-size: 15px;
        padding-left: 10px;
        line-height: normal;
    }
    .charity-footer-menu a:before {
        transform: translateY(-50%);
        color: #fff;
        font-size: 16px;
        top: 48%;
    }
    .charity-footer-brand p {
        max-width: none;
    }
    .charity-footer-panel {
        min-height: 150px;
    }
    .charity-footer-bottom {
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
        gap: 8px;
    }
    .charity-footer-bottom p {
        text-align: center;
        width: 290px;
    }
    .charity-footer-counter {
        flex-wrap: wrap;
        gap: 10px 16px;
        display: block;
        font-size: 15px;
        font-family: 'Inter_24pt-Medium';
    }
    .charity-footer-counter span {
        margin: 0 5px;
    }
}

@media (max-width: 430px) {
    .charity-footer-logo img {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
    }
    .charity-footer-logo strong {
        font-size: 18px;
    }
}