<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#service-flow h3.widget-title {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#service-flow {
  max-width: 950px;
  margin: auto;
}

#service-flow .textwidget {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

/* Responsive Images */

img {
  max-width: 100%;
  height: auto;
}

/* Responsive Text */

body {
  font-size: 16px;
  /* Base font size for the body */
}

@media screen and (max-width: 768px) {
  /* Adjust font size for smaller screens */

  body {
    font-size: 14px;
  }
}</pre></body></html>