.companyContent > *:first-child {
    margin-top: 0 !important;
}
.companyContent > *:last-child {
    margin-bottom: 0 !important;
}

.companyContent .wp-block-table{
    margin-top: 6rem;
}

.wp-block-table table td{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid var(--color-line) !important;
    padding: 2rem;
}

.wp-block-table table td:nth-child(odd) {
    font-weight: 600 !important;
    width: 32rem !important;
}

.wp-block-table table td:nth-child(even) {
    font-weight: 400;
    width: auto !important;
}

.companyContent h2{
    text-align: center;
    margin-top: 12rem;
}

.companyContent .companyLogo{
    width: 40rem;
    margin: 0 auto;
}

.companyContent a{
    text-decoration: underline;
}