.ilist-wrapper-x2{
	width: 500px;
	margin: 50px auto;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
}
.ilist-holder-x2{	
	text-align: center;
	
}
.ilist-item-x2 {
	margin-left: 0 !important;
}

.ilist-item-content-x2 {
	border: 2px solid #d2d2d2;
	border-radius: 15px;
	padding: 20px 15px;
}

.ilist-item-image-x2 {
	border-radius: 100px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infogp_free_5 {
	font-size: 190px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infogp_free_5 i {
	color:#666;
}
.ilist-item-content-x2 span p {
	font-size:15px;
	line-height:26px;
	color:#666;
}
.ilist-item-content-x2 span p a {
	font-size:15px;
	color:#000;
}
.item-title{
	font-size:18px;
	color:#333;
	line-height:32px;
	text-transform: uppercase;
	margin-bottom: 5px;
	
}
.item-subtitle{
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-top: 0px;
}
.ilist-item-x2 li a{
	text-decoration: none;
	color: #d2d2d2;
}
.ilist-item-x2{
	padding: 0px !important;
}
.ilist-item-x2 li{
	list-style: none;

}
.ilist-item-x2 li:last-child .divider{
	display: none;

}
.ilist-item-image-x2 img{
	 border-radius: 100%;
	-webkit-transition: all 1.2s ease; 
	-moz-transition: all 1.2s ease; 
	-ms-transition: all 1.2s ease; 
	transition: all 1.2s ease;
} 
.ilist-item-x2 li :hover .ilist-item-image-x2 img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
	transform: scale(1.1);
	cursor: pointer;
	box-sizing: border-box;	
}
.divider{
	text-align:center;
}
.ilist_infographic_05{
	max-width:200px;
}
/* Responsive Styles */


@media screen and (min-width: 400px) and (max-width: 500px){
	.ilist-wrapper-x2{
		width: 400px;
	}
	
}
@media screen and (min-width: 300px) and (max-width: 400px){
	.ilist-wrapper-x2{
		width: 300px;
	}
	
}
@media screen and (min-width: 200px) and (max-width: 300px){
	.ilist-wrapper-x2{
		width: 200px;
	}
	
}








