* {
	box-sizing: border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
/* Float three columns side by side */

.column2 {
	float: left;
	width: 33.3%;
	padding: 0 10px;
	height: 150px;
}
/* Remove extra left and right margins, due to padding */

.row2 {
	margin: 0 -5px;
}
/* Clear floats after the columns */

.row2:after {
	content: "";
	display: table;
	clear: both;
}
/* Responsive columns */

@media screen and (max-width: 722px) {
	.column2 {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
}
/* Style the counter cards */

.card2 {
	border-radius: 20px 20px 20px 20px;
	-webkit-box-shadow: -8px 0px 24px 1px rgba(41, 82, 190, 1);
	padding: 16px;
	text-align: center;
	background-color: #ffffff;
}
