label {
  display: block;
  margin-bottom: 5px;
  font-weight: $font-weight-bold;
  @include font-size($font-small-mobile);

  @include tablet {
    @include font-size($font-small);
  }
}
