.services-list p { margin-bottom: 0; }
.services-list .row { margin-bottom: 12px; }
.subpage-left-stage { background-color: white; }
.services-list { padding: 10px; width: 100% !important; }
.divider-row-top { border-top: 1px solid #eee; padding-top: 12px; }
.divider-row-bottom { border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 12px; }
.quantity-input, #tax-input { max-width: 100%; }
.font-bold { font-weight: bold; }
.font-italic { font-style: italic; }
.mb-0 { margin-bottom: 0 !important; }
.value-box { min-height: 160px; display: flex; flex-direction: column; justify-content: center; }
.service-label { font-weight: 500 !important }
@media only screen and (max-width: 767px) {
    .services-list .row { margin-bottom: 24px; }
}
