
div.column {
	background-color: white;
	border-radius: 10px;
	padding: 20px 50px;
}

div.column h2 {
	border-bottom: 2px dotted #c0ab4d;
	font-size: 25px;
	padding: 10px 0;
}

div.column h2 em {
	display: block;
	font-size: 16px;
}

div.column h2 em::before {
	content: "-";
	margin-right: 5px;
}

div.column h2 em::after {
	content: "-";
	margin-left: 5px;
}