.counting {
	position:relative;
	padding:5px 0;
}

.counting .row {
	--bs-gutter-x: 40px;
}

.counting:before,
.counting:after{
	content:'';
	display:block;
	height:5px;
	width:100%;
	background: linear-gradient(83.73deg, rgba(234, 101, 17, 0) 0.28%, #EA6511 48.94%, rgba(234, 101, 17, 0) 98.54%);
}


.counting .item{
	text-align:center;
	padding: 100px 0;
}

.counting .item .count{
	font-weight: 800;
	font-size: 70px;
	line-height: 100%;
	text-transform: uppercase;
	color: #222020;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.counting .item .unit {
	font-weight: 800;
	font-size: 23px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #222020;
	margin-left: 10px;
}

.counting .item .title{
	font-weight: 500;
	font-size: 21px;
	line-height: 139%;
	color: #545454;
	margin-top: 2px;
}

@media(max-width:767.98px){
	.counting .item {
		padding: 20px 0;
	}

	.counting .item .title {
		font-size: 18px;
	}

	.counting .item .count {
		font-size: 50px;
	}
}