.wewnatrz-prices {
    display: flex;
    flex-direction: column;
    justify-content: right;
}

.wewnatrz-prices__rows {
    display: grid;
    grid-template-columns: auto 102px;
    text-align: right;
    row-gap: 3px;
}

.wewnatrz-prices__title {
    margin-bottom: 20px;
    text-align: center;
}

.wewnatrz-prices__name {
    text-align: left;
}

.wewnatrz-prices__name, .wewnatrz-prices__value {
    font-weight: 400;
}

@media (min-width: 1024px) {
    .wewnatrz-prices__name, .wewnatrz-prices__value {
        font-weight: 600;
    }

    .wewnatrz-prices__name {
        text-align: right;
    }

    .wewnatrz-prices__rows {
        grid-template-columns: auto 136px;
        row-gap: 7px;
    }

    .wewnatrz-prices__title {
        margin-bottom: 25px;
        text-align: right;
    }
}