@media screen and (max-width: 768px) {
    .companyContent .wp-block-table{
        margin-top: calc(20 / var(--layout-artbord) * 100vw);
    }

    .wp-block-table table tr{
        display: flex;
        flex-direction: column;
    }

    .wp-block-table table td {
        padding: calc(10 / var(--layout-artbord) * 100vw) !important;
        border-bottom: 2px solid var(--color-line) !important;
    }

    .wp-block-table table td:nth-child(odd) {
        width: 100% !important;
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .wp-block-table table td:nth-child(even) {
        width: 100% !important;
    }

    .companyContent h2{
        margin-top: calc(80 / var(--layout-artbord) * 100vw);
        font-size: calc(20 / var(--layout-artbord) * 100vw);
    }

    .companyContent .companyLogo{
        width: calc(227 / var(--layout-artbord) * 100vw);
        margin: 0 auto;
        max-width: 40rem;
    }
}