 .mg-row {
	width: 100%;	
 }
 
 .mg-photo {
	width: 20%;
	float: left;
 }
 
 .mg-photo img{
	max-width: 90%;
    margin-top: 15px;
 }
 
 .mg-story {
	width: 80%;
	float: left;
 }
 
 .mg-story p{
	text-align: justify;
 }
 
 .mg-clear {
	clear: both;
 }
 
 .fa{
	color: #C7AC66;
	font-weight: 600 !important;
 }