.counter {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, auto));
	align-items: center;
	gap: 2rem;



}


.counter span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 96px;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #08338f;
}

.counter img {
	width: 122px;
	display: block;
	height: 122px;
	margin: auto;
}

.counter h1 {
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 72px;

	color: #929292;
}


