/* 768px */
@media screen and (max-width: 768px) { 
	.content-box h2 {
		font-size: 27px !important;
	}
	.hidden-mobile {
		display: none;
	}
	.newdel .hds h1 {
		font-size: 1.95rem !important;
	}
	.content-list-box .c-box {
		height: auto;
	}
/* for index/user/__ */
	.sidenav {
		display: none;
	}
}