.page-tarifi {
    max-width: 1170px;
    margin: 0 auto;
}

.page-tarifi__title-1 {
    margin-bottom: 34px;
}

.page-tarifi__title-2 {
    margin-bottom: 16px;
}

.page-tarifi__title-3 {
    margin-bottom: 8px;
}

.page-tarifi__subtitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.page-tarifi__caption {
    margin-top: 16px;
    margin-bottom: 34px;
}

.tarifi-table th:nth-child(2),
.tarifi-table th:nth-child(1) {
    max-width: 580px;
    width: 50%;
}

.page-tarifi__text {
    font-weight: 700;
}

.page-tarifi__collapse-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.page-tarifi__chevron {
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.2s ease;
}

.page-tarifi__collapse-toggle[aria-expanded="true"] .page-tarifi__chevron {
    transform: rotate(180deg);
}

.page-tarifi__section {
    margin-bottom: 64px;
}

@media (max-width: 1579px) {

    .page-tarifi__title-1 {
        margin-bottom: 24px;
    }

    .page-tarifi__caption {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .page-tarifi__section {
        margin-bottom: 54px;
    }
}