.promotional-text {
  p {
    @include font-style('title--xs', 'title--l');

    &:last-of-type {
      margin-bottom: 0;
    }
  }

  .button {
    margin-top: $spacing--m;
  }
}

// background mappings
@include promotional-text-background-mapping;
