.counter-notation {
	height: 60px;
	text-align: center;
}

.counter-notation-arrow {
	height: 10px;
	width: 10px;
	position: absolute;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(100deg);
	top: 70px;
	right: 40px;
}

.counter-notation-arrow:after {
	border-color: #000 transparent transparent;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	content: "";
	height: 300px;
	left: -68px;
	position: absolute;
	top: -13px;
	transform: rotate(0deg);
	width: 100px;
}