@charset "UTF-8";
/* CSS Document */

.t4_griglia_box {
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.t4_griglia_image_container {
	text-align: center;
	margin-bottom: 10px;
}

.t4_griglia_image_container img {
	width: 50%;
}


.t4_griglia_tit_1 {
	text-align: left;
	font-size: 24px;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin:  10px 0;
	line-height: 120%;
}

.t4_griglia_tit_1 h4 {
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
}

.t4_griglia_tit_2  {
	text-align: left;
	font-size: 16px;
	width: 100%;
	padding: 0%;
	box-sizing: border-box;
	line-height: 120%;
}

.t4_rassegna_tit_3  {
	text-align: center;
	font-size: 14px;
	width: 100%;
	padding: 0 1%;
	box-sizing: border-box;
}

.t4_link {
	color: #b3245a;
	font-size: 14px;
	font-style: italic;
}


.t4_griglia_box img {
	max-width: 100%;
}


.t4_griglia_txt_1 h2,
.t4_griglia_txt_1 h3 {
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 15px;
}

.t4_griglia_txt_1 {
	text-align: center;
	font-size: 22px;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	line-height: 120%;
}

.t4_griglia_txt_1 p {
	margin-bottom: 20px;
}

.t4_griglia_txt_1 a {
	color: #e30016;
}




/* LAPTOP MDPI SCREEN **************************************************/
@media only screen and (max-width:1200px) {
	
	.t4_griglia_tit_1 {
		font-size: 18px;
	}
	
	.t4_griglia_tit_1 h4 {
		font-size: 18px;
	}
	
	.t4_griglia_txt_1 h3 {
		
	}
	
	.t4_griglia_txt_1 {
		font-size: 18px;
	}

}


/* TABLET **************************************************/
@media only screen and (max-width:800px) {
	
	
	
}



/* SMARTPHONE **************************************************/
@media only screen and (max-width:640px) {
	
	.t4_griglia_box {
		padding: 10px 15px;
		box-sizing: border-box;
		position: relative;
		width: 100% !important;
	}
	
	.t4_griglia_txt_1 p img {
		height: auto;
	}
	
	
	
}












