.image-with-text {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edeee2+0,fdfefd+100 */
	background: rgb(237,238,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,238,226,1) 0%, rgba(253,254,253,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(237,238,226,1) 0%,rgba(253,254,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(237,238,226,1) 0%,rgba(253,254,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeee2', endColorstr='#fdfefd',GradientType=0 ); /* IE6-9 */
}

.image-text .read-more__content { -webkit-line-clamp: 7; }

.image-text .read-more__content::before { background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(243, 244, 238) 100%); }


@media (min-width: 1200px) {
	.image-text.section-padding {
		padding-top: 158px;
		padding-bottom: 165px;
	}
}