.projects__item{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	/*float: left;*/
}

.comment{
	/*width: 40%;*/
	display: inline-block;
	vertical-align: top;
	padding: 50px 40px 30px 50px;
	/*border:1px solid #e6e6e6;*/
}

.comment .comment_title{
	font-size: 26px;
	line-height: 26px;
	padding: 0px 0 40px 0;
	color: #333;
}

.comment img{
	max-width: 100%;
    height: auto;
}

.comment img.avatar{
	width: 80px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.comment .service_name{
	width: calc(100% - 80px);
	padding: 16px 20px 10px 20px;
	font-size: 16px;
	line-height: 26px;
	color: #646262;
	display: inline-block;
	vertical-align: top;
}

.comment .service_name span{
	display: block;
}

.comment .comment_text{
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #646262;
	padding: 23px 0 10px 0;
}

.comment .comment_text p{
	padding: 0 0 20px 0;
}

@media (max-width: 740px){
	.projects__item{
		width: 100%;
	}

	.comment{
		padding: 50px 10px 30px 10px;
	}
}