/* CSS File 
	===================
	Item Name: Sava - Creative pricing tables
	Author: Ashish Maraviya
	Version: 3.0
	Copyright 2023-2024
===================*/
@media only screen and (max-width: 767px) {
  .plan-style-1 {
    max-width: 400px;
  }
  .plan-style-1 .plan-price .price {
    font-size: 50px;
  }
  .plan-style-1 .plan-header .plan-title {
    margin: -14px 0 2px 0;
  }

 
}
@media only screen and (max-width: 576px) {
  .plan-style-1 {
    max-width: 350px;
  }
  .plan-style-1 .plan-price .price {
    font-size: 48px;
  }

}