.section-nav__price-lists {
    max-width: 30%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}
.section-nav__price-lists .price-list {
    position: relative;
    text-decoration: none;
    color: #7d7a7d;
}
.section-nav__price-lists .price-list::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: center / contain no-repeat url(./arrowOnCircle.svg);
    top: 2px;
    left: -28px;
}
