/* card 1 */
.avis-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 1rem;
}

.card {
  box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.15);
  border: none !important;
}

.card-header {
  background-color: #0094BF !important;
  padding: 20px 10px !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  border: none !important;
}

.card-title {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 49px;
}

.card-title>span {
  color: #0094BF;
  font-size: 30px;
  font-weight: 700;
  line-height: 49px;
}

.pricing-title {
  color: #0094BF;
  font-size: 35px;
  font-weight: 500;
  line-height: 49px;
}

.price-label {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.starting-price {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.description-label {
  color: #000;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: center;
}

.included-features-item {
  color: #575a5f;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 2rem;
}

.features-list-text {
  color: #575a5f;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.confirm-button {
  border-radius: 40px;
  background: #0094BF;
  padding: 15px 31.66px 15px 31.86px;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
}

/* card 2 */

.pricing-title-premium {
  color: #F5C360;
  font-size: 35px;
  font-weight: 500;
  line-height: 49px;
}

.confirm-button-premium {
  border-radius: 40px;
  background: #1F2C39;
  padding: 15px 31.66px 15px 31.86px;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
}