/* common */

.faq-pretty .faq-question {
    font-size: 120% !important;
    color:rgba(38,9,9,1.00) !important;
}

/* mobile only*/
@media all and (max-width: 767px) {
    
}

/* PC only*/
@media all and (min-width: 768px) {
 

}

@media all and (min-width: 1200px) {

}
