/* Start custom CSS for html, class: .elementor-element-3b91602 */.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: auto;
  text-align: center;
  font-family: arial;
  border-radius: 15px;
  padding: 15px;
}
.price {
  color: grey;
  font-size: 22px;
  font-weight: bold;
}

.button-link {
  display: inline-block;
  border: none;
  outline: 0;
  padding: 12px;
  border-radius: 15px;
  color: white;
  background-color: #5874fc;
  text-align: center;
  cursor: pointer;
  width: 80%;
  font-size: 18px;
  text-decoration: none;
}

.button-link:hover {
  opacity: 0.7;
}
  .card-container {
    display: flex;
     flex-wrap: wrap;

    justify-content: center;
  }/* End custom CSS */