.services-page .emergency-service { background-color: #FEFEFE !important;}
.services-page .hm_service {position: relative;}
.service_list { margin-bottom: 0; }
.hm_service::after { content: ''; 
                    position: absolute;
                    max-width: 1440px;
                    height: 1px;
                    background-color: #DBDBDB;
                    bottom: 0; left: 0; right: 0;
                    margin:0px auto;
}