* {
  box-sizing: border-box;
}

.column_one {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.column_two {
  float: left;
  width: 50%;
  padding: 0 10px;
}


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

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

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

/* Style the counter cards */
.card {
  padding: 16px;
  text-align: center;
  background-color: #F8F8F8;
}

.card:hover {
    background-color: #f6f3ef;
}

.shop_now {
    margin-top: 30px;
    margin-bottom: 20px;
}

/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 767px) {
  .column, .column_one, .column_two {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
