/* =========================================================
   WLUSV HERO ICON FIX v3.3
   ========================================================= */

/* Keep every hero icon mathematically centred inside its box. */
.clear-pathway-icon {
  display: grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-items: center !important;
}

.clear-pathway-icon img {
  display: block !important;
  margin: 0 auto !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  object-fit: contain !important;
}

/* Extra correction for the larger software-core icon. */
.clear-pathway-core .clear-pathway-icon {
  display: grid !important;
  place-items: center !important;
}

.clear-pathway-core .clear-pathway-icon img {
  width: 29px !important;
  height: 29px !important;
  margin: 0 auto !important;
  justify-self: center !important;
  align-self: center !important;
}
