.pictos__title{
	color: #3F4462;
}

.pictosItem__box{
	background: #263A84;
	border-radius: 10px;
	color: #fff;	
	padding: 25px;
	min-height: 275px;
	min-height: 205px;
}
.pictosItem__box:hover{
	background: #20D7B8;
}

.pictosItem__in{
	padding: 15px;
}

.pictosItem__num{
	    font-size: 75px;
    	font-weight: bold;
}