@media screen and (max-width:1680px) {
	html {
        font-size: 10px !important;
    }
}

/* @media screen and (max-width:1440px) {
	html {
        font-size: 9px !important;
    }
}

@media screen and (max-width:1366px) {
	html {
        font-size: 8.5px !important;
    }
}

@media screen and (max-width:1240px) {
	html {
        font-size: 7px !important;
    }
} */


@media (min-width: 1200px) {
	.container {
		width: 1275px;
	}
}