#widgets-wrap {
  justify-content: flex-start !important;
}

img[alt~="logo"] {
  color: transparent;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  width: 200px !important;
  height: auto !important;
}

.service-tag > div > div {
  font-size: 10px !important;
}

.service-tag > div {
  background-color: color-mix(
    in oklab,
    rgb(var(--color-900) / 1) 85%,
    transparent
  );
}
