/*=======================

max width 600px;

=========================*/

@media screen and (max-width: 769px){


#homeTab .elementor-tab-title {
	height: 40px;
	width: 100px;
	text-align: center;
}


 .elementor-shortcode .fbc.fbc-page {
 	display: none !important; 
 }

} /*--------------END RESPONSIVE 600px */


@media screen and (max-width: 640px){


#homeTab .elementor-tab-title {
	height: 40px;
	width: 100%;
	text-align: center;
}


 .elementor-shortcode .fbc.fbc-page {
 	display: none !important; 
 }

} /