@media (max-width: 500px) {
    /*first*/
    body.common section.worries h3{
        font-size: 20px;
    }
    /*seminar-single*/
    body.common section.seminar-article div.about h2{
        font-size: 20px;
    }
}