.post-list {
	background-color: white;
	padding: 20px;
	margin-bottom: 60px;
	box-sizing: border-box;
}

.post-list .media {
	padding: 35px 40px;
}

.post-list .media .list-item_image {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.post-list .media .list-item_image .pull-left {
	float: left;
}

.post-list .media .list-item_image .pull-left img {
	max-width: 450px;
}

.post-list .media .list-item_main {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 24px;
	box-sizing: border-box;
}

.list-item_main .media-heading {
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 10px;
}

.list-item_main .media-heading .font-18 {
	font-size: 18px;
}

.list-item_main .list-item_person-role {
	margin-bottom: 20px;
	font-size: 18px;
	color: #f8e10a;
}

.list-item_main .list-item_person-role i {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid black;
	border-bottom: 5px solid transparent;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.post-list {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 15px;
	}

	.post-list .media {
		padding: 0;
	}

	.post-list .media .list-item_image {
		float: none;
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.post-list .media .list-item_image .pull-left {
	    float: none;
	}
	
	.post-list .media .list-item_image .pull-left img {
	    width: 100%;
	}
	
	.post-list .media .list-item_main {
	    float: none;
	    width: 100%;
		padding: 0;
	}
	.list-item_main .media-heading {
	    font-size: 22px;
	}
	.list-item_main .media-heading .font-18 {
	    font-size: 14px;
	}
	.list-item_main .list-item_person-role {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
}