
.counting-container{
	display: flex;
}

.counting-box{
	border: 1px solid #162E7B;
	border-radius: 5px;
	text-align: center;
	width: 25%;
	margin: 10px;
	padding: 12px;
	flex: auto;
	justify-content: space-between;
}
.counting-box:hover{
	background-color: #d6d6da;
	border: 1px solid #5C9DDD;
	
}

.counting-box img{
	width: 30%;
	
}
.counting-box p{
	color: #5C9DDD;
	font-weight: bolder;
}
