.header {
    font-family: var(--phs-font-family);
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1; /* 100% */
    letter-spacing: -2%;
    color: #181C32;
    height: 30px;
}
.label {
    font-family: var(--phs-font-family);
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1; /* 100% */
    letter-spacing: 0;
    color: #3F4254;
    height: 18px;
    width: 115px;
}
