/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-mp-blocks-mattering-people .mattering-people-image {
	width: 140px;
	float: left;
	margin: 0 20px 15px 0;
	/*margin-bottom: .75em;*/
}

.wp-block-mp-blocks-mattering-people .mattering-people-image img {
	position: relative;
	z-index: 1;
	display: block;
	width: 140px;
}

.wp-block-mp-blocks-mattering-people h2 {
	font-size: 1.5em;
}

.wp-block-mp-blocks-mattering-people ul {
	padding-left: 2.5em !important; /* Needs fix in Gutenberg. */
}

.wp-block-mp-blocks-mattering-people { 
	display: block;
	margin-top: 20px;
}

.wp-block-mp-blocks-mattering-people > .contentitem { 
	margin-bottom: 40px;
}

.wp-block-mp-blocks-mattering-people:after { 
	content:""; 
	clear:both; 
	display: block;
	bottom: 0;
	width: 50%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
