.PageTitle {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;

    > h2 {
        font-weight: normal;
    }

    &-type {
        color: var(--gray-500);
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    &-icon {
        display: flex;
        align-items: center;
        margin-left: 0.5rem;
    }

    &-title {
        display: flex;
        font-weight: 400;
    }
}
