.wp-block-table.is-style-notebook-service-design {
    margin: 0;
    overflow-x: auto;
}

.wp-block-table.is-style-notebook-service-design table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #2f4158;
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    width: 100%;
}

.wp-block-table.is-style-notebook-service-design thead {
    border-bottom: 10px solid #99cd21;
}

.wp-block-table.is-style-notebook-service-design th {
    color: #3b6db9;
    font-weight: 800;
    padding: 24px 20px 18px;
    text-align: left;
}

.wp-block-table.is-style-notebook-service-design td {
    border: 0;
    border-bottom: 1px solid #d9dde4;
    color: #2f4158;
    font-weight: 500;
    padding: 17px 20px;
    text-align: left;
    vertical-align: middle;
}

.wp-block-table.is-style-notebook-service-design th,
.wp-block-table.is-style-notebook-service-design td {
    border-left: 0 !important;
    border-right: 0 !important;
}

.wp-block-table.is-style-notebook-service-design tbody tr:first-child td {
    padding-top: 18px;
}

.wp-block-table.is-style-notebook-service-design tbody td:first-child {
    font-weight: 800;
}

.wp-block-table.is-style-notebook-service-design figcaption {
    color: #64748b;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}

@media (max-width: 760px) {
    .wp-block-table.is-style-notebook-service-design table {
        font-size: 14px;
        min-width: 620px;
    }

    .wp-block-table.is-style-notebook-service-design th,
    .wp-block-table.is-style-notebook-service-design td {
        padding-left: 14px;
        padding-right: 14px;
    }
}
