.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
   border-radius:10px;
}

/* Style the list */
.price {
  list-style-type: none;

  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
   border-radius:10px;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)

}

/* Pricing header */
.price .header {
 background: linear-gradient(to right, #f7b372 0%, #fadfc5 100%);
  color: #222;
  font-size: 30px;
  border-radius:10px;
}

/* List items */
.price li {
  border-bottom: 1px solid #fadcb1;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  background-color: #fff;
  font-size: 20px;
}

/* The "Sign Up" button */
.button {
  background-color: #F41E20;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.button:hover {
 
  color: white;

}