h3 {
	position: relative;
}

h3::before {
	position: absolute;
	left: -5em;
	width: 2em;
	height: 2em;
	background-color: #ffcc00;
	border-radius: 100%;
	content: '';
	display: inline-block;
}