.great-vibes {
  font-family: 'Great Vibes', cursive;
}

.harbell-personal {
  font-family: 'Harbell Personal Use Only', sans-serif !important;
}


.plan-most-popular .btn-popular {
	height: 80px !important;
    line-height: 25px !important;
}

.plan-most-popular .card.pricing-card.popular-plan {
	padding: 72px 20px !important;
}

.plan-most-popular .btn-most-popular-wrapper{
	top: -40px !important;
}


@media (max-width: 575.98px) {
  .custom-card.card.promotional-card {
    margin-bottom: 50px;
    min-height: 350px;
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .custom-card.card.promotional-card {
    margin-bottom: 50px;
    min-height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-card.card.promotional-card {
    margin-bottom: 50px;
    min-height: 400px;
  }
}