.paises-top {
	text-align: center; 
	font-size: 22px; 
	margin-top: -50px;
}

.vinhos-top {
	text-align: center; 
	font-size: 22px; 
	line-height: 1.6; 
	margin-top: -50px; 
}

.vinho-top {
	text-align: center; 
	font-size: 20px; 
	line-height: 1.8;
	margin-top: -50px;
}

.vinho-header {
	padding: 25px; 
	background-color: #F2F2F2;
}

.vinho-row {
	display: flex;
}

.vinho-column {
	flex: 50%; margin-top: 50px;
}

@media only screen and (max-width:960px) {
	.vinho-row {
		display: flex;
    	flex-direction: column-reverse;
    	font-size: 15px;
	}
}