/* 
  ##Device = Tablets, Ipads (portrait)
  Vertical
*/
@media (min-width: 768px) and (max-width: 1024px) {
  
  	.slide .slide-item .text p
	{
		font-size: 35px;
		font-weight: bold;
	}
	.section 
	{
	  padding-top: 0px;
	  padding-bottom: 0px;
	  
	}
	.mc-text 
	{
	  margin-bottom: -65px;
	}
	.paraMobile
	{
		font-size: 15px;
		font-weight: bold;;
	}
	.paraMobile2
	{
		font-size: 13px;
		font-weight: bold;;
	}
	.mc-btn 
	{
	  margin-top: 75px;
	}


  
}
