body {
    background: #f5f5f5;
}

.container { 
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 2rem;
    background:#fff;
}

h5 {
    font-weight: 700;
    color: #1769ff;
}

a {
    color: #000;
    background: transparent;
}

a:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.service-call-now {
    margin-top: 10px;
    font-weight: 700;
}

.content-divider {
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    margin: 30px 0;
}

h3 {
    margin-bottom: 25px;
}

h5 a {
    padding: 5px 5px 5px 7px;
}

.services {
    font-size: .95rem;
    padding-left: 15px;
}

.services li {
    margin-bottom: 10px;
    color: #000;
}

.services {
    list-style: square;
    list-style-position: outside;
  }