.page-box {padding:40px 10px 10px;}
/* fonts */
.fontspage {font-size:16px;}
@media screen and (max-width:896px) {
.page-box {padding:20px 5px 10px;}
.fontspage {font-size:14px;}
}

@font-face {
    font-family: 'prompt';
    src: url('../font/prompt-regular-webfont.eot');
    src: url('../font/prompt-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/prompt-regular-webfont.woff2') format('woff2'),
         url('../font/prompt-regular-webfont.woff') format('woff'),
         url('../font/prompt-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}