<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.services-container {
  margin: 30px auto;
}

.services-banner img {
  width: 100%;
}

.service-options-container {
  display: flex;
}

.service-columns {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.service-provided {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.random-ad-container img {
  width: 100%;
}

@media (max-width: 699px) {
  .service-options-container {
    display: block;
  }
}
</pre></body></html>