/* Add here all your CSS customizations */
.custom-info span:nth-child(1) {
	display: inline-block;
	color: #D2AC67;
	min-width: 68px;
}
.custom-info span:nth-child(1)::after {
	content: ':';
	display: block;
	float: right;
	color: #fff;
}
.custom-info span:nth-child(2) {
	color: #fff;
}
