.pictos__in{
	border: 2px #E0EDF0 solid;
	border-radius: 5px;
}
	
	.pictosItem__title{
		font-weight: bold;
		font-size: 20px;
		line-height: 25px;
		color: #435672;
	}
	
	.pictosItem__in{
		margin-bottom: 15px;
	}
	@media all and (min-width:768px){
		.pictos__item{
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.pictosItem__in{
			padding-left: 15px;
			padding-right: 15px;
			border-right:1px #E0EDF0 solid;
			
			
		}
	}
	@media all and (max-width:768px){
		.pictos__item{
			width: 50%;
		    float: left;
		    height: 200px;
		}
		img.pictosItem__img {
		    width: 75px;
		    height: 75px;
		}
	}
	img.pictosItem__img{
		max-width: 110px;
		max-height: 110px;
	}