.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: auto;
  text-align: center; 
}

.price {
  color: grey;
  font-size: 22px;
}

.card h4  {
	padding: 20px 0 0;
}
.card p {
	padding: 0 5px;
}
.card button {
  border: none;
  outline: 0;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: #097D96;
  text-align: center;
  cursor: pointer;
  width: 300px;
  font-size: 14px;
}

.card button:hover {
  opacity: 0.8;
}