/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/
@media (min-width:1200px) and (max-width:1220px) {
    .block-ck .name{
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
	.heading-seperator{ left:50%; bottom: -21px; }
}


@media only screen and (max-width: 500px) {
	
}

