.service_general_table_content_wrapper,
.service_general_table_content_wrapper .service_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service_section h1.title_align_center,
.service_section h2.title_align_center {
    text-align: center;
}
.service_section h1.title_align_left,
.service_section h2.title_align_left {
    text-align: left;
}

.service_general_table_content_wrapper .table_cls {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-radius: 5px;
}

.service_general_table_content_wrapper .table_cls td {
    border-width: 1px;
    border-color: rgb(33, 37, 41);
    padding: 10px;
    text-align: center;
    border-style: solid;
    vertical-align: middle;
}