#wine_investing h2 {
	text-align: center;
	margin-bottom: 60px;
}

#wine_investing .columns {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
}

#wine_investing .item {
	display: flex;
}

#wine_investing img {
	object-fit: contain;
	width: 47px;
	margin: 0 35px;
}

#wine_investing p {
	color: #4F4F4F;
	font-family: "IBM Plex Sans";
	font-size: 15px;
	font-style: normal;
	line-height: 130%;
	letter-spacing: 0.08px;
	margin-bottom: 8px;
}

#wine_investing .item-title {
	font-weight: 600;
	text-transform: uppercase;
}

#wine_investing .item-text {
	font-weight: 400;
}

@media (max-width: 980px) {
	#wine_investing .columns {
		flex-direction: column;
    	row-gap: 40px;
	}
	#wine_investing img {
		margin: 0 30px 0 10px;
	}
}