.prices-block .price-category-title {
    margin: 24px 0 12px;
}

.prices-section .accordion-content,
.prices-block .price-category-content {
    /* margin-bottom: 16px; */
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
}

.prices-block .prices-actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prices-section .accordion-content div,
.price-category-content > div,
.price-category-content > div > p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    color: #E8E6D4;
    font-size: 14px;
    font-weight: 400;
    padding: 25px 20px;
}
.price-value b{
    white-space: nowrap;
}
.price-desc i{
    font-size:12px;
    color: #b1b1b1;
}
.prices-section .accordion-content div:nth-child(odd),
.price-category-content > div:nth-child(odd) {
    background: rgba(118, 130, 74, 0.20);
}



.price-category-content br {
    display: none
}
.prices-block__header{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.prices-block__header h2{
    margin: 0;
}

