#mostread a {
	color: var(--black);
	text-decoration: none;
}

#mostread h4 {
	font-family: 'proxima-nova';
	font-weight: 300;
	margin: 0 0 10px 0;
	font-size: 33px;
}

#mostread ol {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

#mostread li {
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 22px;
	font-family: 'proxima-nova';
	font-size: 18px;
	background-position: 0 1px;
	line-height: 1.4;
	margin-left: 20px;
}

#mostread li::marker {
	color: var(--orange);
}
