


{
  box-sizing: border-box;
}

.column {
  float: left;
  width: 32%;
  padding: 10px;
  height: 300px; 
}

.row:after {
  content: "";
  display: table;
  clear: both;
}