.how-it-work-subtitles-demo {
    max-width: 450px;
    max-height: max-content;
    background-color: #FFFFFF;
    border-radius: 32px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.transcript-hero-title-subtitles {
    text-align: start;
}

.how-it-work-subtitles-demo-text {
    color: #1C1C1F;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.who-used-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1120px;
    margin: 80px auto 0;
    gap: 60px;
    flex-direction: column;
    align-items: center;
}

.who-used-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 105%;
    color: #1C1C1F;
}

.who-used-cases {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 900px;
}

.who-used-cases-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 32px;
    padding: 24px;
    background: linear-gradient(180deg, #F5F5FA 0%, #FFFFFF 100%);

    h4 {
        color: #15151A;
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
    }

    p {
        color: #15151A;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
    }
}


.hero-content-subtitles {
    align-items: start;
}

@media (max-width: 1420px) {
    .how-it-work-subtitles-demo {
        margin-top: 61px;
        margin-bottom: 61px;
    }

    .how-it-work-image-subtitles {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 100%;
    }
}

@media (max-width: 1280px) {
    .who-used-section {
        flex-direction: column;
        padding: 0 16px;
    }

    .who-used-title {
        text-align: center;
        font-size: 48px;
    }

    .who-used-cases{
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .transcript-hero-title-subtitles {
        text-align: center;
    }

    .hero-content-subtitles {
        align-items: center;


        > div {
            width: 100%;
        }
    }
}

@media (max-width: 864px) {
    .who-used-section {
        margin-top: 0;
        gap: 24px;
    }

    .who-used-title {
        font-size: 36px;
    }

    .who-used-cases{
        max-width: 100%;
    }

    .how-it-cost-text-block-subtitles {
        align-items: center;
    }
}