.ce-icon-leiste {
    container-type: inline-size;
    padding: 3.5rem 5%;

    .ce-il__header {
        text-align: center;
        margin-bottom: 2.75rem;
    }

    .ce-il__headline {
        font-size: clamp(1.1rem, 1.8vw, 1.5rem);
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
    }

    .ce-il__grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 1.75rem 4cqw;
        max-width: 67rem;
        margin: 0 auto;

        @media (max-width: 991px) {
            grid-template-columns: repeat(3, 1fr);
        }

        @media (max-width: 600px) {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .ce-il__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ce-il__icon {
        max-width: 2.5rem;
        max-height: 2.5rem;
        width: 2.5rem;
        height: 2.5rem;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.25rem;

        svg {
            width: 100%;
            height: 100%;
            overflow: visible;
        }

        svg path,
        svg polygon,
        svg circle,
        svg g,
        svg rect:not([fill="none"]),
        .st0,
        .cls-1 {
            fill: #e72464;
        }
    }

    .ce-il__titel {
        font-size: clamp(1rem, 2.1vw, 1.5rem);
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #1a1a1a;
        margin: 0;
    }

    .ce-il__teaser {
        font-size: 0.85rem;
        font-weight: 300;
        line-height: 1.55;
        color: #555;
        margin: 0;
    }
}
