In web development, the "rem" unit is based on the font size of the root element of your document. By default, the root element is usually the html element.
To convert 7 rem to pixels use this formula: 7 rem × font size in pixels = Pixels
base value:
Value(rem):
Value(Pixels):