
h1{
  background: linear-gradient(to right,rgba(255, 152, 0, 0.795), rgba(240, 244, 255, 0.308)) !important;
}
.middle-area{
    text-align: center;
    margin-bottom:50px;
}
.table.service-table{
    margin-bottom:0!important;
}
.table.service-table .table-cell{
    border-bottom: dashed 1px #cdcdcd;
}
.th, .td {
    padding: 10px!important;
}
.th{
    font-weight: bold;
    margin: 40px 0 20px;
    background: #ff9800;
    color:white;
    
}
.table.service-table .table-cell:first-child{
    width:200px;
}

@media screen and (max-width: 991px){
 .table.service-table .table-cell {
     border: none!important;
 }
}


