.vc.pricing__grid {
  text-align: center;
  font-weight: bold;
}

#vc-popular {
background: linear-gradient(180deg, #FFF2A0 0%, #F6D457 100%) !important;
  background-color: transparent !important;
  margin-top: 0px;
  margin-bottom: 0px;
  filter: drop-shadow(2px 4px 6px black);
}

.pricing-card {
  background-color: #fcf6ec;
  margin-top: 20px;
  margin-bottom: 20px;
}

.vc.pricing-card__popular-badge {
  color: #000000;
}

/* .vc.pricing-card__header {
  justify-content: center;
  font-weight: bold;
}

.vc.pricing-card__header>h3 {
  font-weight: bold;
}

.pricing-card__top-intro {
  border-bottom: none !important;
}
*/
.pricing-card--popular .pricing-card__top-intro {
  border-bottom: 1px solid var(--neutral--medium) !important;
}


.cta-btn--vc {
background: linear-gradient(180deg, #00A097 0%, #00877F 100%) !important;
border-color: #00A097 !important;
color: var(--neutral--white) !important;
font-size: clamp(20px, 3vw, 30px) !important;
font-weight: 600 !important;