.hpf-container {
    text-align: left;
    gap:22px;
    display: flex;
    flex-direction: column;

    p {
        color: var(--Text-Off-Black, #1D1E1C);

        /* Heading 3 */
        font-family: Nunito;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin:0;
    }

    p {

    }

    .hpf-buttons {
        display: flex;
        gap: 8px;
        button {

        }
    }
}

