@charset "UTF-8";


.about_title {
    margin-top: var(--section_gutter);
    color: #fff;
    font-size: calc(var(--size_sm)*2);
    font-family: var(--font_sans);
    font-weight: lighter;
    margin-bottom: var(--gutter_base);
}


.about_text {
    color: #fff;
    font-size: calc(var(--size_es)*4);
    font-family: var(--font_sans);
    font-weight: lighter;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(var(--gutter_base)*4);
    text-align: left;
}


img {
    display: block;
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.quote {
    color: #fff;
    font-size: var(--size_es);
    font-family: var(--font_sans);
    font-weight: lighter;
    width: 70%;
    margin-top: var(--gutter_base);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.quote:hover {
    color: #ffffff7d;
    transition: 0.5s all;
}

@media screen and (min-width:960px) {
    .about_title {
        margin-bottom: calc(var(--gutter_base)*8);
        font-size: calc(var(--size_md)*4);
    }

    .about_text {
        font-size: 2rem;
        line-height: calc(var(--size_md)*4);
        width: 60vw;
        padding-bottom: var(--section_gutter_pc);
    }

    img {
        width: 85%;
    }

    .quote {
        padding-bottom: calc(var(--gutter_base)*8);
        font-size: var(--size_md);
    }

}

.evidence {
    background-color: #004E97;
    padding-bottom: var(--contents_gutter);
    color: #fff;
}

.evidence_title {
    font-size: calc(var(--size_sm)*2);
    font-weight: lighter;
    padding-top: var(--contents_gutter);
    margin-bottom: var(--gutter_base);
}

.evidence_text {
    color: #fff;
    font-size: calc(var(--size_es)*4);
    font-family: var(--font_sans);
    font-weight: lighter;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(var(--gutter_base)*4);
    text-align: left;
}

@media screen and (min-width:960px) {
    .evidence_title {
        margin-bottom: calc(var(--gutter_base)*8);
        font-size: calc(var(--size_md)*4);

    }

    .evidence_text {
        font-size: 2rem;
        line-height: calc(var(--size_md)*4);
        width: 60vw;
    }

}
