:host {
  display: block;
  width: 100%;
}

  :host * {
    box-sizing: border-box;
  }

.resource-list-section-label {
  display: flex;
  padding: var(--s-space-8);
  color: var(--s-text-subdued);
  font-weight: var(--s-font-weight-medium);
  font-size: var(--s-font-size-base);
  line-height: var(--s-line-height-lg);
}

@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px) {

.resource-list-section-label {
    font-size: var(--s-font-size-sm);
    line-height: var(--s-line-height-sm)
}
  }
