* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Float one column side by side */
.column3 {
  float: left;
	width: 95%;
	padding: 30 10px;
	height: auto;
}

/* Remove extra left and right margins, due to padding */
.row3 {margin: 0 -5px;}

/* Clear floats after the columns */
.row3:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 722px) {
  .column3 {
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card3 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
  margin-left: 5%;
}
