.intro-text h1 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .intro-text h1 {
        font-size: 1.5rem;
    }
}