.t-pageIntro {
    margin-bottom: 40px;
}

/**
 * All this !important cr*p because of mod_community2 styling
 */

.t-pageIntro h1 {
    display: block !important;
    font-size: 2em !important;
    position: static !important;
    left: auto !important;
}

@media screen and (min-width: 768px) {
    .t-pageIntro h1 {
        font-size: 2.5em !important;
    }
}

@media screen and (min-width: 1024px) {
    .t-pageIntro h1 {
        font-size: 2.875em !important;
    }
}
