.pricing-card .card {
  border-radius: 25px;
}
.pricing-card .card-header {
  background-color: #007799;
  color: white;
  padding: 24px 10px 10px 10px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-transform: uppercase;
}
.pricing-card ul {
  list-style-type: none;
  padding: 0;
}
.pricing-card li {
  margin-bottom: 5px;
  text-align: center;
}
.pricing-card .btn {
  /* width: 50%; */
  margin-bottom: 25px;
  border-radius: 24px;
  font-weight: normal;
  color: #007799;
  border: 2px solid #007799;
}
.pricing-card .btn:hover {
  background-color: #007799;
  color: white;
}
.card .btn-light {
  background-color: white;
}

.pricing-card li {
  text-align: right;

}
.pricing-card ul li::before {
  content: "\2714";
  color: #007799;
  font-weight: bold;
    font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
}
