@import url(../../../sites/resources/css/estils.css); /* NO ESBORRAR, enllaa amb la fulla d'estils base per a tots els microsites */

.table_2_1 {
		width: 100%;
	}

.table_2_2 {
		width: 100%;
	}
	
@media screen and (max-width : 1024px) {
	
	.display_grid {
		display: grid;
	}
}
	
@media screen and (max-width : 900px) {
	
	.display_grid {
		display: grid;
	}
}

@media screen and (max-width : 480px) {
	
	.display_grid {
		display: grid;
	}
	
	.img_inf_san {
		width: 250px;
		height: 73px;
	}
	
	.table_2_1 {
		width: 85%;
	}
	
	.table_2_2 {
		width: 85%;
	}
	
	.laboral {
		font-size: 12px;
	}
	
	.empresa {
		font-size: 12px;
	}
}