        .about h1 {
            font-size: var(--font__xl);
            width: max-content;
            background: #292929;
            color: #fff;
            font-weight: 400;
            padding: 0 1em;
            position: relative;
            top: -24px;
            border-radius: 2px;
        }

        .about .page_line {
            margin-top: 80px;
            border-top: 1px solid #292929;
            border-left: 1px solid #292929;
            border-right: 1px solid #292929;
        }

        .message_box {
            width: 80%;
            margin: auto;
            padding: 3em 2em 2em;
            border: 1px solid #292929;
            border-radius: 3px;
            text-align: start;
        }

        .message_box footer {
            padding-top: 2em;
            padding-right: 1em;
            text-align: right;
        }

        .message_box footer span {
            display: inline-block;
            margin-left: 1em;
        }

        .about .company_table {
            width: 100%;
            border-collapse: collapse;
        }

        .about .company_table th,
        .about .company_table td {
            padding: .75rem .75rem;
            vertical-align: top;
        }

        .about .company_table th {
            width: 7em;
            text-align: left;
            opacity: .8;
        }

        .about .company_table tr+tr td,
        .about .company_table tr+tr th {
            border-top: 1px solid rgba(0, 0, 0, .12);
        }

        .about .company_note {
            margin-top: .5rem;
            font-size: .9em;
            opacity: .7;
        }