.div-enforcement {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
}
.div-select-enforcement {
    display: flex;
    align-items: center;
    gap: 8px;
}
.history-selectbox {
    padding: 3px 5px;
}

.terms {
    width: 100%;
    display: grid;
    grid-row-gap: 24px;
    padding: 24px 0;
}

.terms_item {
    display: grid;
    grid-row-gap: 8px;
    padding: 0 16px;
}

p {
    width: 100%;
    font-family: 'SUIT';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #616161;
}

.p_legal_subtitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #1E1E1E;
 }

.p_legal_subheading {
    font-size: 14px;
    font-weight: bold;
    color: #1E1E1E;
}

.p_legal_subheading_gray_700 {
    font-size: 14px;
    font-weight: bold;
 }

.p_legal_caption_gray_700 {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
 }