@media only screen and (max-width: 1920px) and (min-width: 1445px) {
	.container {
		max-width: 1450px;
	}
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1445px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 13px;
	}
}
@media (max-width: 991.98px) {
	html {
		font-size: 12px;
	}

	.country-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
	html {
		font-size: 11px;
	}
}
@media (max-width: 575.98px) {
	.country-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 320.98px) {
}
