/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing headers */
.price .normal_header {
  background-color: #D3D4D9;  /* D3D4D9 alternative */
  color: #052e16;
  font-size: 25px;
}
.price .preferred_header {
  background-color: #86efac;
  color: #052e16;
  font-size: 25px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.green-text {
    color: #052e16;
}
.gray-text {
    color: #6b7280
}
