@media (max-width: 480px) {
  .stats-row > div {
    font-size: 11px;
  }

  .stats-row div div:last-child {
    font-size: 13px;
  }
}

.service-col{
    min-width: 420px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle !important;
    word-break: break-word;
    color: #444;
    font-weight: 500;
}

.service-id{
    color: #5b7cff;
    font-weight: 700;
}

.service-separator{
    color: #999;
    margin: 0 4px;
}

.service-title{
    color: #555;
    font-weight: 600;
}

