#company-page .company-table-container {
    width: 100%;
    height: auto;
    margin-bottom: 79px;
}

#company-page table {
    width: 100%;
    height: auto;
}

#company-page table tr {
    width: 100%;
    height: auto;
}

#company-page table tr th {
    width: 29%;
    max-width: 282px;
    height: auto;
    padding-bottom: 27px;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 31px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    color: #9f9f9f;
}

#company-page table tr td {
    width: 71%;
    max-width: 678px;
    height: auto;
    padding-bottom: 27px;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 31px;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 24px;
    color: #272727;
}

@media screen and (max-width: 767px) {
    #company-page table tr th {
        display: block;
        width: 100%;
        max-width: 100%;
        border-bottom: none;
        padding-bottom: 20px;
        padding-top: 20px;
        /*    height: auto;
        
        border-bottom: 1px solid #CFCFCF;
        padding-top: 31px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.12em;
        line-height: 28px;
        color: #9f9f9f; */
    }
    #company-page table tr td {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-bottom: 20px;
        padding-top: 0;
        /* 
        font-size: 14px;
        letter-spacing: 0.12em;
        line-height: 24px;
        color: #272727; */
    }
}

