/* General */
.mission-container {
    font-size: 18px;
}

.mission-row {
    padding: 20px 0;
    align-items: center;
}

.section-header {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.bi-box-arrow-up-right {
    font-size: 10px;
    margin-left: 4px;

    &:before {
        vertical-align: -1px;
    }
}

/* Mission */
.our-mission {
    padding: 0 0 10px 0;
    justify-content: center;

    .mission-text {
        text-align: center;
        font-size: 20px;
    }
}

/* Vision */
img.vision-img {
    width: 100%;
}

.vision-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vision-text {
    padding-bottom: 20px;
}

/***** WHY *****/
.source-link {
    display: inline-block;
    background-color: #525252;
    color: #e3e3e3;
    padding: 0px 8px;
    border-radius: 10px;
    font-size: 12px;
    vertical-align: 3px;
    margin-left: 5px;
    line-height: 1.25rem;
    text-decoration: none;
}

.our-why-blurb {
    text-align: center;
}

.our-why-list {
    line-height: 1.75rem;

    li {
        padding: 5px 0;
    }
}

/***** DONATE *****/
.donate-cta {
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;

    .main-text {
        font-weight: 700;
        font-size: 24px;
    }

    .btn-primary {
        font-size: 18px;
        width: fit-content;
        margin: 10px 10px 0;
        padding: 10px 20px;
    }
}