
.vocational-zone {
    margin-top:5%;
    margin-bottom:5%;
    margin-left:2.5%;
    margin-right:2.5%;
}

/* Float four columns side by side */
.vocational_zone_column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

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

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

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

/* Style the counter cards */
.vocational_zone_card {
  box-shadow: 0 px px 0 rgba(0, 0, 0, 0);
  padding: 16px;
  text-align: center;
  background-color: # ;
}
