/**
 * Title block mixin
 */
@mixin title-block() {
    $root: &;
    font-size: 1rem;

    &__span {
        display: inline-block;
    }
}
