.legal-info {
    width: 100%;
    margin-top: 96px;
    margin-bottom: 64px;
}

.legal-info__title {
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    font-feature-settings: 'liga' off;
    color: #000000;
    margin-bottom: 32px;
}

.legal-info__text {
    display: block;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
    padding-top: 16px;
    padding-left: 32px;
    background: #FFFFFF;
    border: 1px solid #EAECEE;
}

.legal-info__text p {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
}

.legal-info__text p:first-child::before {
    content: "1 ";
    vertical-align: super;
    font-size: 0.8em;
    display: inline;
}

#blank_space {
    display: block;
}

.legal-info__text-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .legal-info__title {
        display: none;
    }

    #blank_space {
        display: none;
    }

    .legal-info {
        margin-top: 64px;
        width: 100%;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        text-align: left;
    }

    .legal-info__text-mobile {
        display: block;
        box-sizing: border-box;
        text-align: left;
        padding: 32px;
        background: #FFFFFF;
        border: 1px solid #EAECEE;
        width: 90%;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        font-feature-settings: 'liga' off;
        color: #333333;
    }

    .legal-info__text {
        display: none;
    }

    .legal-info__text-mobile p {
        width: 90%;
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #333333;
    }

    .legal-info__text-mobile p:first-child::before {
        content: "1 ";
        vertical-align: super;
        font-size: 0.8em;
        font-weight: bold;
        display: inline;
    }
}
