/* Large desktop */
@media (min-width: 1200px) { }
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

/* =========================================================
	SERVICE
==========================================================*/


	.list-service p{
		font-size: 11px;
	}

	#service h4 small{
		font-size: 11px;
	}

		.btn_next, .btn_prev {
		width: 30px; height: 30px;
	}


 }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

/* =========================================================
	SERVICE
==========================================================*/


	.list-service p{
		font-size: 10px;
	}

		#service h4 small{
		font-size: 10px;
	}

		.btn_next, .btn_prev {
		width: 25px; height: 25px;
	}
	

 }


/* Landscape phones and down */
@media (max-width: 480px) { 

/* =========================================================
	HOME
==========================================================*/

#home {
	height: 70%; 

}

/* =========================================================
	SERVICE
==========================================================*/
	.info-service{
		font-size: 16px;

	}

	.list-service p{
		font-size: 9px;
	}

	#service h4 small{
		font-size: 8px;
		text-align: center;

	}

	.btn_next, .btn_prev {
		width: 20px; height: 20px;
	}


 }