/* Hero 2 col start */
.cabb-block.hero_2_col:has(.cabb-block.quotes-with-logos) .hero_right {
    align-items: flex-start;
    min-width: 0;
    padding-top: 0;
}

.cabb-block.hero_2_col .hero_right .cabb-block.quotes-with-logos > * {
    width: auto;
}

@media (max-width: 1200px) {
    .cabb-block.hero_2_col:has(.cabb-block.quotes-with-logos) .hero_right {
        display: block;
        min-width: 100%;
        padding-top: 20px;
    }
}
/* Hero 2 col end */

.cabb-block.quotes-with-logos {
    position: relative;
    padding-top: 54px;
}

.cabb-block.sectors-transactions-filter .cabb-block.hero-2-col .hero_right {
    position: relative;
    width: 45%;
}

.cabb-block.sectors-transactions-filter .cabb-block.hero-2-col .hero_right > * {
    width: auto;
}

.cabb-block.quotes-with-logos .quotes .quote_item {
    display: flex;
    align-items: center;
}

.cabb-block.quotes-with-logos .quotes .quote_logo {
    width: 44%;
    padding-right: 48px;
}

.cabb-block.quotes-with-logos .quotes .quote_logo img {
    max-width: 200px;
    max-height: 150px;
    margin: 0 auto;
}

.cabb-block.quotes-with-logos .quotes .quote_text {
    flex: 1;
    border-left: 1px solid #767676;
    padding: 16px 64px 16px 48px;
}

.cabb-block.quotes-with-logos .quotes .quote_text.small {
    font-size: 16px;
}

.cabb-block.quotes-with-logos .quotes .quote_text.medium {
    font-size: 20px;
}

.cabb-block.quotes-with-logos .quotes .quote_text.large {
    font-size: 24px;
}

.cabb-block.quotes-with-logos .slider_nav {
    position: absolute;
    display: flex;
    user-select: none;
    z-index: 2;
    top: 0;
    right: 0;
}

.cabb-block.quotes-with-logos .slider_nav .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.cabb-block.quotes-with-logos .slider_nav .nav_item img {
    width: 15px;
    height: 7px;
}

.cabb-block.quotes-with-logos .slider_nav .nav_item.prev {
    transform: rotate(90deg);
}

.cabb-block.quotes-with-logos .slider_nav .nav_item.next {
    transform: rotate(-90deg);
}

@media (max-width: 1200px) {
    .cabb-block.hero_2_col:has(.cabb-block.quotes-with-logos) .hero_inner {
        flex-wrap: wrap;
    }

    .cabb-block.hero_2_col:has(.cabb-block.quotes-with-logos) .hero_left {
        width: 100% !important;
        padding-right: 0;
    }

    .cabb-block.hero_2_col:has(.cabb-block.quotes-with-logos) .hero_right {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .cabb-block.quotes-with-logos .quotes::before,
    .cabb-block.quotes-with-logos .quotes::after {
        content: "";
        position: absolute;
        top: 0;
        width: 15px;
        height: 100%;
        pointer-events: none;
        z-index: 2;
    }

    .cabb-block.quotes-with-logos .quotes::before {
        left: 0;
        background: linear-gradient(to right, white 0%, transparent 100%);
    }

    .cabb-block.quotes-with-logos .quotes::after {
        right: 0;
        background: linear-gradient(to left, white 0%, transparent 100%);
    }
}

@media (max-width: 576px) {
    .cabb-block.quotes-with-logos .quotes .quote_item {
        flex-wrap: wrap;
    }

    .cabb-block.quotes-with-logos .quotes .quote_logo {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .cabb-block.quotes-with-logos .quotes .quote_text {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #767676;
        border-left: none;
    }
}
