@media screen {
    .like-h1, .like-h2,.like-h3, .like-h4,.like-h5,
	h1,h2,h3,h4,h5,h6 {
		font-family: Roboto, sans-serif;
		font-style: normal;
		font-weight: 500;
		padding-top: 0.2rem;
		line-height: 1.4;
		margin-bottom: 1rem;
	}

	.headline a {
		border: none !important;
	}

	.heading {
	}

	.like-h1,
    h1{
		font-size: 2rem;
		font-family: "Roboto Condensed", Roboto, sans-serif;
		font-weight: 400;
	}

	#mood_content .like-h1,
    #mood_content h1 {
		color: #fff;
	}

	.like-h2,
	h2 {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
		color: var(--mut-red);
	}

	h2+p {
		margin-top: 1rem;
	}

	.heading+ul,
	.linklist h2+ul {
		margin-top: 2rem;
	}

	.like-h3,
	h3 {
		font-size: 1.1rem;
		color: var(--mut-red);
	}

	.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;
	}
}


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

	.like-h1,
    h1{

	}

	.like-h2,
    h2{

	}

	.small-heading h2,
	.like-h3,
	h3 {
		/*font-size: 22px;*/
		font-size: 23px;
	}
}


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

	.like-h1,
    h1{
		font-size: 36px;
		line-height: 1.4;
	}


	.like-h2,
    h2{
		font-size: 30px;
		line-height: 35px;
	}

	.small-heading h2,
	.like-h3,
	h3 {
		/*font-size: 22px;*/
		font-size: 23px;
		line-height: 28px;
	}	

	.like-h4,
    h4 {
		/*font-size: 22px;*/
		font-size: 23px;
		line-height: 28px;
	}
}

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

}
