i.tools-img:after {
    content: '';
    position: absolute !important;
    background: url(./services/images/brake_replacement.svg);
    width: 26px;
    height: 26px;
    z-index: 9999999999;
    top: 7px;
    background-size: cover;
    left: 14px;
}
.active i.tools-img:before {
    content: '';
    position: absolute !important;
    background: url(./services/images/brake-replace.svg);
    width: 26px;
    height: 26px;
    z-index: 9999999999;
    top: 7px;
    background-size: cover;
    left: 14px;
    display: block;
}
i.tools-img:before {
    display: none;
}
.active .tools-img:after {
    display: none;
}


i.package-icon:after {
    content: '';
    position: absolute !important;
    background: url(./services/images/new_tires.svg);
    width: 26px;
    height: 26px;
    z-index: 9999999999;
    top: 7px;
    background-size: cover;
    left: 14px;
}
.active i.package-icon:before {
    content: '';
    position: absolute !important;
    background: url(./services/images/new-tires.svg);
    width: 26px;
    height: 26px;
    z-index: 9999999999;
    top: 7px;
    background-size: cover;
    left: 14px;
    display: block;
}
i.package-icon:before {
    display: none;
}
.active .package-icon:after {
    display: none;
}

.card-header.d-flex.align-items-center {
    position: absolute;
    margin-top: -68px;
    margin-left: -20px;
}

.card-header.ml-5.primary {
    margin-left: 32px !important;
}

p.text-muted.text-center {
    color: #007bff !important;
}