.row:after {
	content: "";
	display: table;
	clear: both;
}

.circleAcc {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 position: relative;
	 display: block;
	 margin: 0;
	 width: 9rem;
	 height: 9rem;
	 border-radius: 5rem;
     border: 1px solid rgb(0, 0, 0, .3);
	 background-color: transparent;
}

.circleAcc i {
	font-size: 60px;
	color: var(--lightOrange);
	padding-top: 40px;
}	

#Envcounter,
#Seccounter,
#Colcounter {
	font-size: 24px;
	letter-spacing: 0;
	color: #949380;
	text-transform: capitalize;
	line-height: 30px;
	word-wrap: break-word;
}