.mentioned {
    padding: 80px 0 140px;
    background: var(--Primitives-Slate-Slate-2, #F8F9FA);
}

.mentioned h2 {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);

    /* Heading S semibold */
    font-family: "PPNV";
    font-size: 32px;
    font-style: normal;
    font-weight: 550;
    line-height: 34px;
    /* 106.25% */
    letter-spacing: 0.64px;
    margin-bottom: 80px;
}

.mentioned__slider {
    height: 42px;
}

.mentioned__slider .swiper-slide {
    display: flex;
    flex-wrap: nowrap;
    width: auto !important;
}

.mentioned__swiper-slide {
    margin-right: 100px;
}

.mentioned a {
    height: 100%;
    width: auto !important;
}

.mentioned a>img {
    height: 100%;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.mentioned__boersenzeitung {
    padding: 7.23px 0 1.59px;
}

.mentioned__btc-echo {
    padding: 2px 0 2px;
}

.mentioned__handelsblatt {
    padding: 9.23px 0 8.59px
}

/* .mentioned__ey {
    padding: 0 0 9.69px;
} */

.mentioned__deutsche-borse {
    padding: 2px 0 2px;
}

.mentioned__fonds-proffessionell {
    padding: 8px 0 0;
}

.mentioned .swiper-wrapper {
    transition-timing-function: linear !important;
}

@media (max-width: 992px) {
    .mentioned {
        padding: 60px 0 80px;
    }
    .mentioned h2 {
        color: var(--Tokens-Text-Text-Hi-Contrast, #010203);

        /* Text 24 semibold */
        font-family: "PPNV";
        font-size: 24px;
        font-style: normal;
        font-weight: 550;
        line-height: 30px;
        /* 125% */
        letter-spacing: 0.48px;
        margin-bottom: 60px;
    }

    .mentioned__slider {
        height: 32px;
    }
}