.riga {
	display: flex;
}

.box {
	flex: 1;
}

.box:first-child {
	background-image: url(../img/bg_box.jpg);
	background-size: cover;
}

.box:last-child {
    padding: 80px 0;
    text-align: center;
}

.sottotitolo {
	line-height: 40px;
    font-size: 20px;
    color: #2F5426;
	font-family: 'Marcellus';
}

.titolo {
	line-height: 55px;
    font-size: 35px;
	font-family: 'Marcellus';
	text-transform: uppercase;
}

.testo {
	color: #777;
	font-family: 'Lora';
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}

.sottolineato {
	border-bottom: 1px solid #2F5426;
}

.sottolineato:hover {
	background-color: #2F5426;
	color: white;
}

.btn-dark {
	
}