.meeting-container {
	display: flex;
	justify-content: space-around;
}

.meeting-container img {
	height:300px;
	margin-top:50px;
}

.quotables {
	display:flex;
	flex-direction: row;	
	font-family:'EB Garamond', Garamond, serif;
}

.quotables i {
	font-family:'EB Garamond', Garamond, serif;
	font-weight: bold;

}

/*===============================

responsive

===============================*/

@media only screen and (max-width: 900px) {
}

@media only screen and (max-width: 820px) {
	.meeting-container {
		flex-direction: column-reverse;
	}  

	.meeting-container img {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 700px) {	
}

@media only screen and (max-width: 610px) {
}

@media only screen and (max-width: 500px) {
	p {
		width:250px;
	}

	h4 {
		width:300px;
	}

	li {
		width:250px;
	}

	.quotables {
		flex-direction: column;
	}

	.quotables h5 {
		margin-top: 10px; 
		width:250px;

	}
}
