.service{width: 100%;}

.sub_title{font-size: 25px; font-weight: 600; margin: 80px 0 20px;}
.sub_title:first-child{margin-top: 0;}

.sev_img{width: 100%;}
.sev_img ul{display: flex; flex-wrap: wrap;}
.sev_img ul li{width: 24%; margin-right: 1%;}
.sev_img ul li:last-child{padding-right: 0;}
.sev_img ul li img{width: 100%;}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.tbl thead th {
    background: #f5f5f5;
    font-weight: bold;
    color: #222;
    border-top: 1px solid #ddd;
}

.tbl td:first-child, .tbl th:first-child {
    border-left: 1px solid #ddd;
    text-align: center;
    font-weight: 600;
}

.tbl th, .tbl td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
    white-space: nowrap;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}


.tbl td h5 {
    margin: 10px 0 10px;
    font-size: 16px;
    font-weight: 600;
}


.tbl td ul li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 15px;
}




@media (max-width: 1023px) {
.sub_title{font-size: 20px;}
.sev_img {}
.sev_img ul{flex-wrap: wrap; justify-content:space-between; }
.sev_img ul li{width: 49%;  margin-bottom: 15px;}
.tbl_wrap {overflow-x: auto;}
}

@media (max-width: 768px) {
    .sev_img ul li{width: 100%;}
}