/* Enlarge custom Drone Service glyphs by 25%, without resizing the theme hexagon. */
html body .feature-item [class^="sl-small-sdi-"]::before, html body .feature-item [class*=" sl-small-sdi-"]::before {
  display: inline-block !important;
  transform-origin: center;
}