.solution-bubbles-static .main-new-bubble_link {
  text-decoration: none;
  white-space: nowrap;
}

.solution-bubbles-static .main-new-bubble_empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-bubbles-static--desktop {
  display: none;
}

.solution-bubbles-static--mobile {
  display: block;
}

@media screen and (min-width: 992px) {
  .solution-bubbles-static--desktop {
    display: flex;
  }

  .solution-bubbles-static--mobile {
    display: none;
  }
}
