section.center .c--content {
    text-align: center;
}

section.center .c--content h2,
section.center .c--content p {
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 800px) {
    section.center .c--content p {
        max-width: 100%;
        padding: 0 1rem;
    }
}

section.center .c--content img {
    margin: 1rem auto;
    height: auto;
    width: 100%;
    max-width: 1000px;
}

section.center .mobile-only {
    display: none;
}
section.center .desktop-only {
    display: block;
}

@media screen and (max-width: 760px) {
    section.center .mobile-only {
        display: block;
    }
    section.center .desktop-only {
        display: none;
    }
    section.center h2 {
        margin-bottom: 2em !important;
    }
}
