:root{--page-title-display:none;}/* Start custom CSS *//* Ultra wide */
@media (max-width: 3840px) {.c-box {--content-width: 1250px;}}
/* Desktop */
@media (max-width: 1920px) {.c-box {--content-width: 1250px;}}
/* Laptop big */
@media (max-width: 1600px) {.c-box {--content-width: 74%;}}
/* Laptop small */
@media (max-width: 1366px) {.c-box {--content-width: 77%;}}
/* Tablet portrait */
@media (max-width: 1200px) {.c-box {--content-width: 80%;}}
/* Mobile */
@media (max-width: 767px) {.c-box {--content-width: 85%;}}/* End custom CSS */