/*
 * You can say something about your file if you need it!
 */
/*-------------------------*/
/* $Catalog 
---------------------------*/
/** 
 * Catalog
 * Text
 * Background-color
 * Typesetting
**/
/* All */
/*-------------------------*/
/* $Text
---------------------------*/

/*-------------------------*/
/* $Background-color 
---------------------------*/

/*-------------------------*/
/* $Typesetting 
---------------------------*/
@media (max-width: 767px) {
    .pad-header__title-top{
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 571px) {
    .pad-header__title-popuprow li h1{
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 500px) {
    .pad-header__title-popuprow li h1{
        font-size: 28px;
        line-height: 30px;
    }
}
