You tried !important keyword? if not than try below code.
Please add !important at after 10px as below and check once.
html { font-size: 62.5%; } @media (min-width: 480px) { html { font-size: 10px !important; } }