/*
 * Text include style for gallura template.
 */

section.text {
    width: 70%;
    text-align: center;
    padding-top: 4em;
    font-size: 1.2em;
    line-height: 1.4em;
}

@media screen and (max-width: 768px) {
    section.text {
        width: 85%;
    }
}

@media screen and (max-width: 576px) {
    section.text {
        width: 100%;
    }
}