.service-group-header-wrap {
  max-width: 50em;
  width: 100%;
  margin: 10px auto 0 !important;
  padding: 0 25px;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  text-align: initial;
}

.service-group-header-wrap .service-group-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  width: 100%;
  gap: 0.75rem;
}

.service-group-header-wrap .service-group-label {
  margin: 0 !important;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  flex: 1 1 auto;
}

.service-group-header-wrap .service-group-icon {
  display: inline-block !important;
  flex: 0 0 auto;
  height: 6em;
  width: auto;
  margin-left: auto;
  pointer-events: none;
}
