/* @option theme slogan font-size*/

#title h2 {font-size: 20px;
}

@media screen and (max-width:768px) {
#title h2 {font-size: 18px;}
}

@media screen and (max-width:600px) {
#title h2 {font-size: 16px;}
}

@media screen and (max-width:480px) {
#title h2 {font-size: 14px;}
}


