.in-prevod-do-shoptetu {
    .category-title {
        color: var(--color-accent) !important;
        font-weight: 800 !important;
        font-style: italic;
        line-height: var(--lh-small) !important;
        font-size: clamp(42px, 8vw, 80px) !important;
        margin-bottom: 0 !important;
    }

    .text-18 {
        font-size: clamp(12px, 1.8vw, 18px) !important;
    }

    .category-perex {
        margin-top: 2.5em !important;
    }

    ul {
        padding: 0 !important;
    }

    .feature-cards-row li:first-child,
    .list-style-none {
        list-style: none !important;
    }

    .feature-cards-row {
        flex-direction: row !important;
    }
}