@media screen {
	.text-size-h1,
	.text-size-h2,
	.text-size-h3,
	.text-size-h4,
	.like-h1, .like-h2,.like-h3, .like-h4,.like-h5,  
	h1,h2,h3,h4,h5,h6 {
		padding-top: 1rem;
		line-height: 1.3;
		margin-bottom: 1rem;
        font-weight: 600;
		color: #434141;
		margin-right: -0.4rem; /* avoid br taking verticall space ?? */
	}

	.headline a {
		color: inherit !important;
		border: none !important;
	}

	.heading {
	}


	.text-size-h1,
	.like-h1,
    h1{
		font-size: 2.75rem;
		word-break: break-word;
	}

	.text-size-h2,
	.like-h2,
	h2 {
		font-size: 2.25rem;
		line-height: 1.4;
		word-break: break-word;
	}

	.text-size-h3,
	.small-heading h2,
	.like-h3,
	h3 {
		font-size: 1.75rem;
	}

	.one-fourth-image .small-heading h2,
	.small-heading h3,
	.text-size-h4,
	.like-h4,
	h4 {
		font-size: 1.5rem;
	}

	h1 + h2,
	h2 + h3,
	h3 + h4 {
		margin-bottom: 0.8rem !important;
	}


	.text-size-h1,
	.text-size-h2,
	.text-size-h3,
	.text-size-h4,
	.like-h1,
	.like-h2,
	.like-h3,
	.like-h4,
	.like-h5 {
		display: block;
		margin-bottom: 0;
	}

	.ce_headline.block {
		margin-bottom: 0 !important;
	}

}


/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    .like-h1, .like-h2,.like-h3, .like-h4,.like-h5,  
	h1,h2,h3,h4,h5,h6 {
	}

}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {

	.text-size-h1,
	.text-size-h2,
	.text-size-h3,
	.text-size-h4,
	.like-h1, .like-h2,.like-h3, .like-h4,.like-h5,  
	h1,h2,h3,h4,h5,h6 {
		padding-top: 1.4rem;
		margin-bottom: 1.25rem;
	}

	.like-h1,
    h1{
		font-size: 4.4rem;
		line-height: 1.2;
	}

	.like-h2,
    h2{
		font-size: 3.5rem;
		line-height: 1.15;
	}

	.like-h3,
    h3{
		font-size: 3rem;
		line-height: 1.1;
	}

	.like-h4,
    h4{
		font-size: 2.45rem;
		line-height: 1.2;
	}
}

