.items-col{
	width: 33.333333%;
    float: left;
}
.left-items, .right-items{
	margin-top: 50px;
}
.infogp_free_8{
	font-size:80px;
}
.left-items{
	text-align: right;
}

.right-items{
	text-align: left;
}

.single-item{
	margin-bottom: 60px;
	    padding: 10px;
}
.single-item h4{
	color: #111111;
	font-size: 21px;
	font-weight: 400;
    margin: 10px 0;
	line-height:32px;
}
.single-item p{
	color: #666;
	margin: 10px 0;
	font-size:15px;
	line-height:26px;
}
.single-item p a {
	color:#000;
	font-size:15px;
}
.infogp_free_8 i {
	color:#555;
}
.upvote-section span i {
	color:#555;
}
.left-items img {
	max-width:100px;
}
.center-image{
	align-self:center;
}
.center-image img{
	width: 100%;
}
.ilist_infographic_08{
	max-width: 100px;
}
.comparedivelement{
	display: flex;overflow: hidden;vertical-align: middle;
}




/* Responsive Styles */

@media only screen and (min-width: 870px) and (max-width: 960px){
	.single-item{
		margin-bottom: 10px;
	}
	.left-items, .right-items{
		margin-top: 30px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 870px){
	.items-col{
		width: 100%;
	}
	.left-items, .right-items{
		text-align: center;
	}
	.comparedivelement{display:flex;}
}
@media only screen and (min-width: 320px) and (max-width: 500px){
	.comparedivelement {
	  display: block;
	}
}


