.tech-icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  border-radius: 9px !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #fff !important;
  background: linear-gradient(145deg, #fb6a3d 0%, #d93620 52%, #8f1714 100%) !important;
  border: 1px solid rgba(255,255,255,.5) !important;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.5), inset -5px -7px 11px rgba(86,14,12,.28), 0 9px 18px rgba(18,59,98,.2) !important;
  text-shadow: 0 2px 2px rgba(65,12,10,.35) !important;
  transform: rotate(-4deg);
  transition: transform .25s ease, box-shadow .25s ease;
}
.section-no .tech-icon { margin-right: 10px; vertical-align: middle; }
.product-grid .code.tech-icon { margin-bottom: 24px; }
.quality-list .tech-icon, .service-grid .tech-icon { margin-bottom: 18px; }
.value-rail .tech-icon { font-size: 17px !important; }
.product-grid article:hover > .tech-icon,
.service-grid article:hover > .tech-icon,
.value-rail article:hover > .tech-icon {
  transform: rotate(0) translateY(-3px);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,.58), inset -6px -8px 13px rgba(86,14,12,.25), 0 14px 24px rgba(18,59,98,.28) !important;
}
