.why__item{
	display: block;
	width: 260px;
	text-align: center;
}
.why__img{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	line-height: 120px;
	display: inline-block;
}
.why__img img{
	max-width: 100%;
	vertical-align: middle;
}
.why__item h3{
	font-size: 2.2em;
	color: #303034;
	margin: 15px 0;
	line-height: 1.2;
}
.why__item p{
	color: #8f8f95;
	line-height: 1.2;
    font-family: 'Roman', sans-serif;
}