@import '../../variables.scss';
.panel {
  display: flex;
  flex-direction: column;
  .title {
    font-size: 12px;
    color: $text-minor;
  }
  .content {
    font-size: 28px;
    font-weight: 500;
    color: $text-main;
  }
}
