h3 {
    color: var(--colors-text-text-default, #040A17);
    /* Heading/heading-L */
    font-family: Archivo;
    font-size: 44px;
    font-style: normal;
    font-weight: lighter;
    line-height: 52px;
   
    /* 118.182% */
    
}

h4 {
    color: var(--colors-text-text-default, #040A17);
    /* Heading/heading-M */
    font-family: Archivo;
    font-size: 32px;
    font-style: normal;
    font-weight: lighter;
    line-height: 40px;
    /* 125% */
    letter-spacing: 0.4px;
    margin-top: 64px;
 
}

p {
    color: var(--colors-text-text-secondary, #49566D);
    /* Body/body-S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: lighter;
    line-height: 22px;
    margin-bottom: 0;
    /* 157.143% */
}

h5 {
    color: var(--colors-text-text-default, #040A17);
    /* Heading/heading-S */
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: lighter;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 0.4px;
    margin-top: 32px;
 
}

.check {
    accent-color: #10646C;
}

ol {
    padding-inline-start: 20px;
    margin-bottom: 0;
}

.table-scroll {
    overflow-x: scroll;
}

.section-legal .container {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}