/* Accessibility overrides loaded after core theme CSS */

/*
 * Avoid viewport-unit font sizing for icons within icon box.
 * Viewport units can fail 200% text resize checks in automated audits.
 */
.mfn-builder-content .mfn-icon-box .icon-wrapper i{
  font-size: 3rem;
  line-height: 1;
}

