.count-item{
	margin: 10px;
	direction: rtl;
	position: relative;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
}
.count-item::after{
	content: '';
	position: absolute;
	width: 70%;
	height: 5px;
	border-radius: 60px;
	background: #fa9db7;
	bottom: -10px;
	right: 16%;
}