.ilist_infogp6_column1 li{
	width:100%;

}
.ilist_infogp6_column2 li{
	width:45%;
	margin-left:2%;
	float:left;
}
.ilist_infogp6_column3 li{
	width:30%;
	margin-left:2%;
	float:left;
}


.list-item-x3{
	display: inline-block;
    min-height: 1px;	
    /*width: 44%;
	float:left;
	padding: 3%;*/
	margin-bottom: 30px;
}
.list-item-x3 a{
	color: #000;
	text-decoration: none;
}
.ilist-item-content-x3{
	background: #fff;
	padding: 20px;
	margin-top: -50px;
	border: 15px solid transparent;
    -o-border-image: url(images/border.jpg) 0% 5% 5% 0% round;
    -webkit-border-image: url(images/border.jpg) 0% 5% 5% 0% round;
	border-image: url(images/border.jpg) 0% 5% 5% 0% round;
	    height: 300px;
    overflow: hidden;
}
.ilist-item-image-x3 {
	text-align: center;
	padding: 5px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infogp_free_6 {
	font-size: 150px;
	width: 200px;
	height: 150px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ilist_infographic_05{
	width: 150px;
	height: auto;
	border-radius: 100px;
   -moz-transition: all 1.1s ease; 
  -ms-transition: all 1.1s ease; 
  transition: all 1.1s ease;
}
.infogp_free_6{
	font-size:150px;
}
.item-title-x3{
	text-align: center;
	margin-top: 30px;
	font-size: 24px;
    font-weight: normal;
	line-height:34px;
	color:#333;
}
.ilist-item-content-x3 p{
	font-size: 16px;
    line-height: 24px;
	color:#666;
}


.ilist-menu-x3 li:hover .ilist_infographic_05{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
	cursor: pointer;
	box-sizing: border-box;	
	-webkit-backface-visibility: hidden !important;	
}

/* Responsive Styles */

@media screen  and (max-width: 991px) {
	.ilist-item-content-x3 {
		height:auto;
	}
}


@media screen  and (max-width: 640px) {

 .ilist_infogp6_column2 li {

    width: 100%;


} 

}

	
@media screen and (min-width: 500px) and (max-width: 800px){
	.ilist-wrapper-x3{
		width: 500px;
	}
	.masonry{
	column-count: 1;
    column-gap: 1em;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
	
	.ilist-item-content-x3 {
		height:auto;
	}
}
@media screen and (min-width: 300px) and (max-width: 500px){
	.ilist-wrapper-x3{
		width: 300px;
	}
	.masonry{
	column-count: 1;
    column-gap: 1em;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
	
	.ilist-item-content-x3 {
		height:auto;
	}
}
@media screen and (min-width: 200px) and (max-width: 300px){
	.ilist_infogp6_column2 li{
		width:100%;
	}
	.ilist_infogp6_column3 li{
		width:100%;
	}
	.ilist-item-content-x3 {
		height:auto;
	}
}


