.service-pricing-list-acc1dd5d {
    width: 100%;
}

.service-pricing-list-acc1dd5d .pricing-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-pricing-list-acc1dd5d .pricing-item {
    margin-bottom: 25px;
}

.service-pricing-list-acc1dd5d .pricing-title-row {
    display: flex;
    align-items: baseline;
    width: 100%;
}

.service-pricing-list-acc1dd5d .pricing-title {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
}

.service-pricing-list-acc1dd5d .pricing-leader {
    flex-grow: 1;
    border-bottom: 2px dotted #888;
    margin: 0 15px;
    position: relative;
    top: -4px;
}

.service-pricing-list-acc1dd5d .pricing-price {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
}

.service-pricing-list-acc1dd5d .pricing-desc {
    margin-top: 8px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}