section {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10rem 12rem 10rem 12rem;

}

.section__body {
    display: flex;
    margin: 0 auto;
    max-width: 700px;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    /* border: red solid 10px;
    background-color: blue; */
}

.section p span {
    text-align: center;
    font-weight: bold;

    display: block;
    font-size: 2.4rem;
    margin-bottom: 5rem;
}

@media (max-width: 60rem) {
    .section {
        padding: 10rem 2rem;
    }
}

.section__title {
    font-family: var(--title-font);
    font-size: 7rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
}

.section__title--gradient {
    background: var(--gradient-2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 60rem) {
    .section__title {
        font-size: 6.5rem;
    }
}

.section--fundraise {
    /* color: var(--color-white); */
    margin-top: 110rem;

}

.section--history {
    background: var(--gradient-2);
    color: white;
}

.section--history p {
    max-width: 1200px;
}