.mat-tooltip.comment {
  font-size: 13px !important;
}
@media screen and (min-width: 1600px) {
  .mat-tooltip.comment {
    margin-left: -50px;
  }
}

@media screen and (min-width: 2300px) {
  .mat-tooltip.comment {
    margin-left: -80px;
  }
}
