.pagetitle .pagecomponent__wrap {
    display: flex;
}

.pagetitle .text--left {
    justify-content: flex-start;
}

.pagetitle .text--center {
    justify-content: center;
}

.pagetitle .text--right {
    justify-content: flex-end;
}