.service-category {
    margin-top: 20px;
}

.service-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    table-layout: fixed;
}

.service-table th, .service-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.service-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.service-table tbody tr td:nth-child(1) {
    max-width: 75%;
}

.service-table tbody tr td:nth-child(2) {
    max-width: 25%;
}