.charitable-foundation-partners__action {
    display: flex;
    justify-content: center;
}

.charitable-foundation-benefits {
    background: var(--white);
}

.charitable-foundation-benefits__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.charitable-foundation-benefits__subtitle {
    width: 100%;
    max-width: 960px;
    margin: 0;
    color: var(--gray-90);
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.charitable-foundation-benefits__action {
    display: flex;
    justify-content: center;
}
