h2 span {
font-family: 'Parisienne', cursive;
  color: #4472C4;  
  font-size: 28px;
	margin-right: 0.5em;
}
.info-box {
	padding: 8px 15px;
	border: 1px solid #E1E1E1;
}
.info-box li {
	border-bottom: 1px dashed #E1E1E1;
	padding: 0px 0px 5px;
	margin: 0px 0px 7px;
 display: flex !important;
 justify-content: flex-start;
}
.info-box li span {white-space: nowrap;}
.info-box li:last-child { 
  border-bottom-style: none;
  	padding: 0px;
	margin: 0px;
}
.info-box span {
	color: #44A4EC;
	margin-right: 1em;
}