#greeting-question {
    font-style: italic;
    font-size: 5vw;
    margin-bottom: 5px;
}

/* Breakpoints */
@media only screen and (min-width: 768px) and (min-device-width: 768px){
    /* Landing */
    #greeting-question {
        font-size: 3vw;
        margin-bottom: 25px;
    }
}