.g-branding {
    @include breakpoint(mobile-only) {
      text-align: center;
    }

    .dir-rtl & {
        direction: ltr;
    }
}
