<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.counter2_details * {
  margin: 0;
}
.counter2_details h4.h1 {
  color: rgba(var(--primary-color));
}
.counter2_details&gt;*+* {
  margin-top: 10px;
  display: block;
}

.counter2-cover {
  --grid-desktop-vertical-spacing: 4rem;
}

@media screen and (max-width: 749px) {
  .counter2-cover {
    --grid-desktop-vertical-spacing: 1.5rem;
  }
}
</pre></body></html>