.industry-leaders-choose {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .industry-leaders-choose .industry-leaders-choose__title {
        text-align: center;

        /* Mobile */
    }

    .industry-leaders-choose .industry-leaders-choose__title strong {
            display: block;
        }

    @media (max-width: 768px) {

    .industry-leaders-choose .industry-leaders-choose__title {
            font-size: var(--font-size-4xl)
    }
        }

    .industry-leaders-choose .industry-leaders-choose__copy {
        font-size: var(--font-size-lg);
        text-align: center;
        max-width: 720px;
        margin: 16px auto 0;
    }

    .industry-leaders-choose .industry-leaders-choose__cta {
        display: block;
        width: max-content;
        margin: 52px auto 0;
    }
/* --- Hero --- */
.customer-stories-hero {
    padding-top: 190px;
    padding-bottom: 72px;
    color: var(--color-white);
    background: var(--gradient-brand-dark-bg);
}
.customer-stories-hero .customer-stories-hero__logo {
        margin: 0 auto 35px;
    }
.customer-stories-hero .customer-stories-hero__excerpt {
        font-size: var(--font-size-xl);
        text-align: center;
        max-width: 1040px;
        margin: 0 auto;
    }
.customer-stories-hero .customer-stories-hero__testimonial-container {
        display: flex;
        align-items: flex-end;
        gap: 32px;
        background: var(--gradient-purple-overlay);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-xl);
        max-width: 1116px;
        padding: 60px 60px 0 60px;
        margin: 35px auto 0;

        /* Mobile */
    }
@media (max-width: 768px) {
.customer-stories-hero .customer-stories-hero__testimonial-container {
            flex-wrap: wrap
    }
        }
.customer-stories-hero .customer-stories-hero__testimonial-image {
        object-fit: contain;
        max-width: 338px;
    }
.customer-stories-hero .customer-stories-hero__testimonial-content {
        padding-bottom: 42px;
    }
.customer-stories-hero .customer-stories-hero__testimonial-text {
        font-size: var(--font-size-xl);
        font-weight: var(--font-weight-light);
        font-style: italic;
        line-height: 36px;
    }
.customer-stories-hero .customer-stories-hero__testimonial-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 90px;
    }
.customer-stories-hero .customer-stories-hero__testimonial-author {
        font-size: var(--font-size-xl);
        font-weight: var(--font-weight-medium);
        background: var(--gradient-text);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
.customer-stories-hero .customer-stories-hero__testimonial-position {
        color: rgba(255, 255, 255, .7);
        margin-top: 8px;
    }
.customer-stories-hero .customer-stories-hero__testimonial-logo {
        max-width: 170px;
    }

/* --- Benefits --- */
.customer-stories-benefits {
    background-color: var(--color-purple-medium-05);
    padding-top: 80px;
    padding-bottom: 80px;
}
.customer-stories-benefits .customer-stories-benefits__grid {
        display: flex;
        gap: 24px;

        /* Mobile */
    }
@media (max-width: 768px) {
.customer-stories-benefits .customer-stories-benefits__grid {
            flex-wrap: wrap
    }
        }
.customer-stories-benefits .customer-stories-benefits__benefits-title {
        text-align: center;
        margin-bottom: 24px;
    }
.customer-stories-benefits .customer-stories-benefits__grid-item {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: var(--radius-lg);
        background-color: var(--color-white);
        width: 100%;
        padding: 48px 48px 90px 48px;
    }
.customer-stories-benefits .customer-stories-benefits__grid-item-text {
        font-size: 22px;
        margin-top: 24px;
    }

/* --- Challenges and Solutions --- */
.customer-stories-challenges-and-solutions {
    color: var(--color-white);
    background: var(--gradient-brand-dark-bg);
    padding-top: 80px;
    padding-bottom: 80px;
}
.customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__container {
        display: flex;
        gap: 24px;

        /* Mobile */
    }
@media (max-width: 768px) {
.customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__container {
            flex-wrap: wrap
    }
        }
.customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__challenges-container,
    .customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__solution-container {
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-xl);
        background: var(--gradient-purple-overlay);
        width: 100%;
        padding: 60px;
    }
.customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__challenges-container img, .customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__solution-container img {
            margin-bottom: 24px;
        }
.customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__challenges-container h2, .customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__solution-container h2 {
            font-size: 28px;
            font-weight: var(--font-weight-light);
        }
.customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__challenges-container div, .customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__solution-container div {
            font-size: var(--font-size-lg);
            margin-top: 24px;
        }
.customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__challenges-container div p, .customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__solution-container div p {
                margin-bottom: 18px;
            }
.customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__challenges-container div p:last-child, .customer-stories-challenges-and-solutions .customer-stories-challenges-and-solutions__solution-container div p:last-child {
                    margin-bottom: 0;
                }

/* --- Other Stories --- */
.customer-stories-other-stories {
    background-color: rgba(41, 20, 61, .05);
    padding-top: 80px;
    padding-bottom: 80px;
}
.customer-stories-other-stories .customer-stories-other-stories__title  {
        text-align: center;
    }
.customer-stories-other-stories .customer-stories-other-stories__cards {
        display: flex;
        gap: 24px;
        margin-top: 24px;

        /* Mobile */
    }
@media (max-width: 768px) {
.customer-stories-other-stories .customer-stories-other-stories__cards {
            flex-wrap: wrap
    }
        }
.customer-stories-other-stories .customer-stories-other-stories__card {
        position: relative;
        width: 100%;
        background-color: var(--color-white);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: var(--radius-xl);
        padding: 24px;
    }
.customer-stories-other-stories .customer-stories-other-stories__card-link {
        position: absolute;
        inset: 0;
    }
.customer-stories-other-stories .customer-stories-other-stories__card-company-name {
        font-size: var(--font-size-sm);
        background: var(--gradient-text);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 16px;
    }
.customer-stories-other-stories .customer-stories-other-stories__card-excerpt {
        margin-top: 8px;
    }

/* --- Industry leaders choose --- */
