.servs_descrip {
    font-size: var(--eighteen);
    color: rgba(255, 255, 255, 0.60);
    line-height: 1.5;
}
.service_section {
    padding: 96px 0 112px;
}
.service_section .title_conts {
    margin: 0;
    font-size: 32px;
}
.service_section .revs_descrip_titles {
    justify-content: start;
    max-width: none;
    width: 100%;
}
.service_section .home_aboutus {
    flex-direction: column;
}
.service_section .serv_info_item {
    width: 100%;
}
.serv_inf {
    margin-top: auto;
}
.service_section .serv_info_item {
    gap: 16px;
    padding: 20px 20px;
}
.without_title .serv_inf {
    margin: auto;
}
.title_info_blck .page_navigation_blck {
    margin-top: auto;
}

.service-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0 2rem;
}

.wdt-filing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--sixteen, 16px);
    color: rgba(255, 255, 255, 0.85);
}

.wdt-filing-table th,
.wdt-filing-table td {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 14px;
    text-align: left;
}

.wdt-filing-table thead th {
    background: rgba(255, 255, 255, 0.08);
    font-weight: 600;
}

.wdt-filing-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

.service_section .servs_descrip ul {
    margin: 0.75rem 0 1.25rem;
    padding-left: 1.25rem;
    line-height: 1.55;
}

.service_section .servs_descrip ul li {
    margin-bottom: 0.35rem;
}

.service_section .servs_descrip h2.title_conts {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.service_section .servs_descrip h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

















