@media screen {
    .like-h1, .like-h2,.like-h3, .like-h4,.like-h5,
	h1,h2,h3,h4,h5,h6 {
		font-style: normal;
		font-weight: 400;
		padding-top: 0.2rem;
		margin-bottom: 1rem;
		margin-left: -2px;
		color: var(--ktp-green);
		line-height: 1;
	}

	.headline a {
		border: none !important;
	}

	.heading {
	}

	.like-h1,
    h1{
		font-size: 3rem;
	}

	.like-h2,
	h2 {
		font-size: 2.25rem;
		margin-bottom: 1.75rem;
	}

	.like-h3,
	h3 {
		font-size: 1.75rem;
		margin-bottom: 0.75rem;
	}

	.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 {

	}
}


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

}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
	.like-h1,
    h1{
		font-size: 4.75rem;
		margin-bottom: 2.25rem;
	}

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

	.like-h3,
    h3{
		line-height: 1;
		font-size: 2.15rem;
	}
}

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

}
