/* @card-header-text */
.card-header-text {
  padding-top: $large-spacing;
  padding-bottom: $large-spacing;

  &__heading {
    flex-basis: 500px;

    @include medium-heading;

    color: $mine-shaft;
    margin: $small-spacing;
  }

  &__content {
    flex-basis: 500px;
    color: $mine-shaft;
    margin: $small-spacing;
    font-size: $small-font;
  }
}
