:root {
  --werner-business: 88 166 255;
  --werner-private: 177 139 255;
  --werner-platform: 84 204 153;
}

body {
  background:
    radial-gradient(circle at 15% 0%, rgb(31 49 72 / 55%), transparent 34rem),
    radial-gradient(circle at 90% 15%, rgb(46 64 59 / 42%), transparent 30rem),
    #111820 !important;
}

#page_container {
  max-width: 1680px;
}

.service-card {
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow: 0 12px 35px rgb(0 0 0 / 16%);
  backdrop-filter: blur(10px);
}

#business .service-card {
  border-top: 2px solid rgb(var(--werner-business) / 75%);
}

#private .service-card {
  border-top: 2px solid rgb(var(--werner-private) / 75%);
}

#platform .service-card {
  border-top: 2px solid rgb(var(--werner-platform) / 75%);
}

.service-description {
  line-height: 1.45;
}
