body {
	

	#storia {
		
		background-color: #eee;
		padding-top: 120px;
		padding-bottom: 41px;	
		
		.grid_10, .grid_5, .grid_3 {
			
			
			.foto {
				
				width: 117px;
				height: 117px;
				background-size: cover;
				border-radius: 117px;
				
			}
			
			h3 {
				
				font-size: 31px;
				line-height: 38px;
				height: 38px;
				overflow: hidden;
				text-transform: uppercase;
				color: #FE0011;
				margin: 10px 0 0 0;
				
			}
			
			p {
				
				font-size: 16px;
				line-height: 22px;
				min-height: 66px;
				overflow: hidden;
				margin: 0 20px 15px 0;
				
			}
			
			a {
				
				text-decoration: none;
				border: 2px solid #FE0011;
				color: #FE0011;
				line-height: 37px;
				display: inline-block;
				font-size: 15px;
				padding: 0 23px;
				font-weight: 700;
				text-transform: uppercase;
				
				&:hover {
					
					background-color: #FE0011;
					color: #FFF;
					
				}
				
			}

		}	

	}

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

	body {
	}

}