.body.comments{
	background-image:url(/img/comments_bgr.png);
	background-size:100% 100%;
	position:relative;
	color:#094668;
	font-size:21px;
	line-height:30px;
	padding:40px 60px 60px;
	width:700px;
	margin-bottom:100px;
}

.body.comments .photo-frame{
	position:absolute;
	left:0;
	border-width:14px;
	transform:rotate(-6deg);
	margin:-134px 0 0 -23px;
}

.body.comments p{
	margin:0;
}

.body.comments p i{
	font-size:18px;
}

.body.comments h1{
	margin:25px 0 0;
	font-size:22px;
}

.body.comments span{
	text-align:center;
	display:block;
	margin-top:70px;
}

@media only screen and (max-width:800px){
	.comments{
		background:#fff;
		border-radius:20pt;
		padding:4% 5% 7%!important;
		margin:7% 0 10%;
		width:80%!important;
		text-align:right;
	}

	.comments p{
		font-size:15pt;
		line-height:20pt;
	}

	div .photo-frame{
		width:92%;
		margin:0!important
	}
}