div.slogan{
    font-size: 400%;
    font-weight: bold;
    line-height: 120%;
}

@media screen and (max-width: 600px) {
    
    div.slogan{
        font-size: 200%;
        font-weight: bold;
        line-height: 120%;
    }
    
}
  