.app-components-browse-searchdescription--title {
  width: 100%;
  min-width: 0;
  margin: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: white;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}

  @media (min-width: 768px) {.app-components-browse-searchdescription--title {
    font-size: 32px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    will-change: transform
}
  }

  .app-components-browse-searchdescription--title em {
    display: inline-block;
    margin-right: 14px;
    font-weight: 600;
    font-style: normal;
    font-style: initial;
  }


/*# sourceMappingURL=d3745.css.map*/