/**************************************************\ 
(XL) Large Monitor Only
\**************************************************/
@media screen and (min-width: 1200px){

}

/**************************************************\ 
(LG) Small Monitor Only
\**************************************************/
@media screen and (min-width:992px) and (max-width: 1199px){

}
 
/**************************************************\ 
(MD) Tablet Only
\**************************************************/
@media screen and (min-width:768px) and (max-width: 991px){
  
}

/**************************************************\ 
(SM) Phablet
\**************************************************/
@media screen and (min-width: 576px) and (max-width:767px){
	.sectionServices .servicesDiv{ 
    	padding: 30px;
	}
	.sectionServices .servicesDiv img{ 
   		margin-bottom: 20px;
	}
	.sectionServices .servicesDiv h3.title{
	    font-size: 25px;
	    margin-top: 10px; 
	    min-height: 0;
	    margin-bottom: 20px;
	}
	.sectionServices .servicesDiv p.desc{ 
    	min-height: 0px;
    	font-size: 16px;
	}
}

/**************************************************\ 
(XS) Phone
\**************************************************/
@media screen and (min-width: 391px) and (max-width:575px){  
	.sectionServices{
		text-align: left;
	}
	.sectionServices label.title{ 
    	font-size: 28px;
   		margin-bottom: 10px;
	}
	.sectionServices p.desc{
    	font-size: 14px;
	} 
	.sectionServices .servicesDiv{ 
    	padding: 30px;
    	text-align: center;
	}
	.sectionServices .servicesDiv img{ 
   		margin-bottom: 20px;
	}
	.sectionServices .servicesDiv h3.title{
	    font-size: 25px;
	    margin-top: 10px; 
	    min-height: 0;
	    margin-bottom: 20px;
	}
	.sectionServices .servicesDiv p.desc{ 
    	min-height: 0px;
    	font-size: 16px;
	}
}

/**************************************************\ 
(XXS) Smaller Phone
\**************************************************/
@media screen and (max-width:390px){  
	.sectionServices{
		text-align: left;
	}
	.sectionServices label.title{ 
    	font-size: 25px;
   		margin-bottom: 10px;
	}
	.sectionServices p.desc{
    	font-size: 14px;
	} 
	.sectionServices .servicesDiv{ 
    	padding: 30px;
    	text-align: center;
	}
	.sectionServices .servicesDiv img{ 
   		margin-bottom: 20px;
	}
	.sectionServices .servicesDiv h3.title{
	    font-size: 25px;
	    margin-top: 10px; 
	    min-height: 0;
	    margin-bottom: 20px;
	}
	.sectionServices .servicesDiv p.desc{ 
    	min-height: 0px;
    	font-size: 14px;
	}
}