.stats p {
	font-size: 26px;
	width: 75%;
	margin: auto;
}

.stats h4:hover {
	text-shadow: 10px 0px 0 #fffa3b;
	cursor: default;
}

/*30.07*/
.stats.stats--product {
	background: #e7eaef;
}
.stats.stats--product .container.py-5 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.stats.stats--product .col-12 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	border-left: 1px solid #666d7966;
}
.stats.stats--product h4 {
	font-weight: 500;
	font-size: 56px;
	line-height: 110%;
	letter-spacing: -2%;
	color: #1c1b17;
	margin: 0;
}
.stats.stats--product p {
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
	color: #1c1b17;
}
.stats.stats--product h4:hover {
	text-shadow: 5px 0px 0 #fffa3b;
}
.stats.stats--product .col-12:nth-child(1) {
	border-left: none;
}

@media (min-width: 992px) and (max-width: 1440px) {
	.stats.stats--product .col-12 {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}
	.stats.stats--product h4 {
		font-size: 34px;
	}
	.stats.stats--product p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.stats.stats--product h4 {
		font-size: 36px;
	}
	.stats.stats--product p {
		font-size: 16px;
	}
	.stats.stats--product .col-12 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
		border-left: none;
		border-bottom: 1px solid #666d7966;
	}
	.stats.stats--product .col-12:last-child {
		border-bottom: none;
	}
	.stats.stats--product .row {
		margin-right: 24px;
		margin-left: 24px;
	}
}
