.services-table-wrapper {
    overflow-x: auto; 
}

.services-table {
    width: 100%;
    min-width: 900px; 
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.services-table th, 
.services-table td {
    border: 1px solid #e0e0e0;
    padding: 20px 15px;
    vertical-align: middle;
}

.services-table thead th {
    background-color: #0b4c9e;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.services-table thead th:first-child {
    background-color: #0b4c9e;
}

.services-table tbody th {
    background-color: #ffffff;
    color: #4a4a4a;
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    width: 16%;
}

.services-table tbody td {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    width: 14%;
}