.pricelist{
    text-align: justify;
    line-height: 1.66667;
    font-size: 18px;
    padding: 30px;
    border-radius: 30px;
    background: #fff9f9;
    margin-top: 10px;
    margin-bottom: 1rem;
}
.pricelist .header{
    font-weight: 500;
}
.pricelist .price-over-filler-container{
    position: relative;z-index: 2;
}
.pricelist .price-over-filler{
    background: #fff9f9;  
    padding-right: 0.5rem;
}
.pricelist .filler {
    border-bottom: 2px dotted #9a9da4;
    width: 100%;
    flex: 1;
    bottom: 9px;
    left: 10px;
    position: relative;
    transition: all 0.4s ease;
}
.pricelist .pricetitle {
    font-size: 18px;
    margin-left: 20px;
}
.pricelist .item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}