@media (max-width: $media-mobile) {
  .tooltip {
    &__content {
      width: 200px;
      padding: 15px;
    }
  }
}
