@media screen {
    .like-h1, .like-h2,.like-h3, .like-h4,.like-h5,  
	h1,h2,h3,h4,h5,h6 {
		padding-top: 0.2rem;
		line-height: 1.3;
		margin-bottom: 1rem;	
        font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
	}

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

	.heading {
	}

	.like-h1,
    h1{
		word-break: break-word;
		font-size: 38px;
		line-height: 38px;
	}

	.like-h2,
	h2 {
		font-size: 30px;
		line-height: 32px;
		word-break: break-word;
		font-family: inherit;
	}

	.small-heading h2,
	.like-h3,
	h3 {
		font-size: 28px;
		line-height: 30px;
	}

	.like-h2,
	h2,
	.like-h3,
	h3 {
	}

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

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

    h1 + p, h2 + p, h3 + p, h4 + p ,
    h1 + ul, h2 + ul, h3 + ul, h4 + ul{
		/* margin-top: 1.15em; */
	}

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

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

	.mood-text .like-h1,
	.mood-text h1 {
		font-size: 48px;
		line-height: 58px;
	}
}


/* 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) {

	.like-h1,
    h1{
		font-size: 54px;
		line-height: 56px;
	}

	.like-h2,
    h2{
		font-size: 46px;
		line-height: 48px;
	}

	.like-h3,
    h3{
		font-size: 38px;
		line-height: 40px;
	}

}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {

}
