@charset 'utf-8';

@media all and (max-width:767px){
    h4{width: 95% !important}
}

@media all and (min-width:768px) and (max-width:1279px){
    h4{width: 95% !important}
}

@media all and (min-width:1280px){
    h4{width: 100%}
}  

.nav-box ul li:nth-child(5){border-bottom: 2px solid #668ab0}
h4{font-size: 1.5em;margin: 0 auto 30px auto;padding: 0 0 10px 0; border-bottom: 1px solid #ccc}