/* PLANS */
@media only screen and (max-width: 992px) and (min-width: 890px) {
  .plan-title{
    font-size: 18px !important;
  }
  .plan-description{
    font-size: 12px !important;
  }
  .plan-description span{
    font-size: 10px !important;
  }

  .choose-plan{
    font-size: 7px !important;
  }
  .plan-price{
    font-size: 7px !important;
  }
  .list-item-text{
    font-size: 8px !important;

  }
  .plan-card{
    height: 750px !important;
  }
  .plan-description{
    height: 170px !important;
  }

}

@media only screen and (max-width: 1007px) and (min-width: 768px) {

.coaching-link{
  font-size: 5px !important;
}
.coaching-price{
  font-size: 6px !important;
}
.coaching-text{
  font-size: 10px !important;
  height: 250px !important;
}
.plan-top-price{
	font-size: 12px !important;
}
}

@media only screen and (max-width: 768px) and (min-width: 600px) {
.coaching-text-full{
  font-size: 11px !important;
  height: 250px !important;
}
}
