/* ---- FRONT-END ---- */
#hbn-p25-counter-wrapper .hbn-p25-counter-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 25%;
	flex: 0 0 25%;
}

#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container .hbn-p25-counter-single-item-counter {
	font-family: 'Averta Bold';
    font-size:  clamp( 90px, 8.55vw, 100px);
	line-height: normal;
    color: #6DCEF5;
}

#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(2) .hbn-p25-counter-single-item-counter {
	color: #66C08C;
}

#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(3) .hbn-p25-counter-single-item-counter {
	color: #FDBE32;
}

#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(4) .hbn-p25-counter-single-item-counter {
	color: #B7D333;
}



@media(max-width: 767px) {
				#hbn-p25-counter-wrapper .hbn-p25-counter-container {
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
				}

	#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-basis: 50%;
		flex: 0 0 50%;
	}
	
	#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(1),
	#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(2) {
		margin-bottom: 35px;
	}

	#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container .hbn-p25-counter-single-item-counter {
		font-family: 'Averta Bold';
		font-size:  clamp( 76px, 8.55vw, 100px);
		line-height: normal;
		color: #6DCEF5;
	}

				#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(2) .hbn-p25-counter-single-item-counter {
					color: #66C08C;
				}

				#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(3) .hbn-p25-counter-single-item-counter {
					color: #FDBE32;
				}

				#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(4) .hbn-p25-counter-single-item-counter {
					color: #B7D333;
				}
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: portrait) {
		#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container {
			display: flex;
			flex-direction: column;
			align-items: center;
			flex-basis: 50%;
			flex: 0 0 50%;
		}

		#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(1),
		#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container:nth-child(2) {
			margin-bottom: 35px;
		}

		#hbn-p25-counter-wrapper .hbn-p25-counter-container .hbn-p25-counter-single-item-container .hbn-p25-counter-single-item-counter {
			font-family: 'Averta Bold';
			font-size:  clamp( 76px, 8.55vw, 100px);
			line-height: normal;
			color: #6DCEF5;
		}
}



