.page_title {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    padding-bottom: var(--space-24);
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--space-48);
}
.page_title h4 {
    font-size: var(--font-size-heading-lg);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-1);
    color: var(--gray-800);
}
.page_title p {
    font-size: var(--font-size-body-md);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-4);
    color: var(--gray-600);
}