﻿@media screen and (max-width:800px) {
	.stats-section h1 {
		font-size: 18px;
		line-height: 1.5;
	}



	.stats-section h2, .stats-section h3 {
		font-size: 16px !important;
		font-weight: 600;
	}

	.stats-section h4 {
		font-size: 20px !important;
		font-weight: 600;
	}
}

.form-select, input[type="date"], .form-check-label {
	font-size: 14px !important;
}

.stats-section {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 15px;
}

.stat h4 {
	font-size: 2rem;
	color: #0b5ed7;
}
