
/* FINAL TECHNOLOGY HEADING CONTRAST FIX */
body.theme-laser .tech-grid .tech-card h3 {
  color: #123f59 !important;
  -webkit-text-fill-color: #123f59 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

body.theme-laser .tech-grid .tech-card .tc-num {
  color: #2e9ed6 !important;
  -webkit-text-fill-color: #2e9ed6 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}