Pricing Tables 3

Home » Components » Pricing Tables » Pricing Tables 3

Pricing Tables 3

Basic

$25/mo

  • 1 Account
  • Basic Analytics Reports
  • 1 Report a Month

Popular

Intermediate

$50/mo

  • 10 Account
  • Analytics & Adwords Reports
  • 3 Report a Month
Advanced

$100/mo

  • 20 Account
  • Analytics, Adwords, & SEO Reports
  • 5 Report a Month

Basic

$25/mo

  • 1 Account
  • Basic Analytics Reports
  • 1 Report a Month

Popular

Intermediate

$50/mo

  • 10 Account
  • Analytics & Adwords Reports
  • 3 Report a Month
Advanced

$100/mo

  • 20 Account
  • Analytics, Adwords, & SEO Reports
  • 5 Report a Month
/* ===== Pricing Tables 3 ===== */

#pricing-tables-3 .col:nth-child(2) .card {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	z-index: 999
}

#pricing-tables-3 small {
	font-size: 1.2rem;
}

@media (max-width: 576px) {
	
	#pricing-tables-3 .col:nth-child(2) .card {
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
}