main{
	margin-bottom: 0;
}

.content{
	margin-bottom:75px;}
	
.quote-container{
	height:158px;
	position:relative;
}

.author{
	padding:0 50px;
	text-align:right;
	display:block;
}

 p{
	font-size:16px;
	color:#898989;
	font-family:sans-serif;
	line-height:1.5;
	text-align:justify;
 }

.box ul{
	padding-left: 0px;
	font-family: sans-serif;
}

.box li{
	list-style:none;
	padding:0 2px 14.45px 20px;
	background:transparent url("./dot.png") no-repeat 0px 3px;
	color:#898989;
	font-size:16px;
}

.box li:last-child {
	padding-bottom:0;
}

h2{
	text-align:center;
	font-size:26px;
	padding:42px 0 48px;
	line-height:34px;
}

h2 strong{
	color:#ACDE88;
	font-weight:normal;
}

.info-container{
	margin:30px auto 75px;
	height:313px;
	border-bottom:1px solid #e1e1e1;
	display: flex;
	justify-content: space-between;
}


.info-img{
	margin:0 20px 60px 0;
	float:left;
}

h3{
	font-size:24px;
	line-height:23px;
 }

.readmore{
	font-family:Georgia;
	font-style:italic;
	font-size:14px;
	line-height:1.5;
	background:url("./readmore.png") left bottom no-repeat;
	padding-left:15px;
    transition:all 0.3s ease;
}

.readmore:hover{background:url("./readmore.png") left top no-repeat }