/* TOOLBELT HOMEPAGE BENEFIT ICONS V1.2 START */
/* Direct SVG rendering: the exact uploaded files are displayed as <img> elements.
   No mask-image or generated substitute artwork is used. */
.mini-feature .tb-benefit-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 0 10px;
}
.mini-feature .tb-benefit-icon-img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  /* Normalise monochrome Envato SVG artwork to the Toolbelt yellow #f2b316. */
  filter: brightness(0) saturate(100%) invert(74%) sepia(87%) saturate(1118%) hue-rotate(350deg) brightness(99%) contrast(92%);
}
@media (max-width: 980px) {
  .mini-feature .tb-benefit-icon { width: 40px; height: 40px; margin-bottom: 8px; }
  .mini-feature .tb-benefit-icon-img { width: 34px; height: 34px; }
}
/* TOOLBELT HOMEPAGE BENEFIT ICONS V1.2 END */