.workflow-streamlining-section {
    justify-content: flex-start;
    overflow: visible;
    padding: 120px 280px 64px;
    position: relative;
    width: 100%;
    background-color: #fcfaff;
    background-image: url(../images/workflow-top-divider.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    box-sizing: border-box
}

.workflow-streamlining-section,
.ws-heading-group {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ws-heading-group {
    gap: 12px;
    width: 774px;
    text-align: center;
    margin-bottom: 103px
}

.ws-subtitle {
    font-family: var(--font-geist-mono), "Geist Mono", monospace;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -.02em;
    color: #b18af3;
    margin: 80px 0 0
}

.ws-title-part-1 {
    font-family: var(--font-geist-mono), "Geist Mono", monospace;
    font-weight: 400;
    color: #28065b;
    margin: 0
}

.ws-title-part-1,
.ws-title-part-2 {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -.02em;
    white-space: pre-wrap;
    word-break: break-word
}

.ws-title-part-2 {
    font-family: var(--font-geist), "Geist", sans-serif;
    font-weight: 700;
    color: #1a0836;
    margin: -10px 0 0
}

.ws-cards-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    width: 100%;
    max-width: 1360px;
    justify-content: flex-start
}

.ws-cards-4 {
    gap: 24px
}

.ws-cards-4 .ws-card {
    flex: 1 0 calc(25% - 18px)
}

.ws-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #f2ebff;
    border-radius: 28px;
    box-shadow: 0 12px 20px 0 hsla(0, 0%, 100%, .02);
    min-height: 320px;
    flex: 1 0 0px;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease
}

.ws-card-clickable {
    cursor: pointer
}

.ws-card-clickable:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(146, 101, 220, .15)
}

.ws-card-clickable:focus {
    outline: 2px solid #9265dc;
    outline-offset: 2px
}

.ws-card-image-wrapper {
    flex: none;
    height: 184px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #9265dc, #b18af3)
}

.ws-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 2
}

.ws-card-clickable:hover .ws-play-overlay {
    opacity: 1
}

.ws-play-icon {
    width: 64px;
    height: 64px;
    color: #9265dc;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .3));
    transition: transform .2s ease
}

.ws-play-icon circle {
    fill: #fff;
    fill-opacity: .95
}

.ws-play-icon path {
    fill: #9265dc
}

.ws-card-clickable:hover .ws-play-icon {
    transform: scale(1.1)
}

.ws-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    position: relative
}

.ws-card-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 32px;
    width: 100%;
    box-sizing: border-box
}

.ws-card-title {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -.02em;
    color: #9265dc
}

.ws-card-description,
.ws-card-title {
    font-family: var(--font-geist), "Geist", sans-serif;
    font-size: 16px;
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0;
    text-align: left
}

.ws-card-description {
    line-height: 150%;
    color: #545669
}

@media (min-width:1920px) {

    .ws-title-part-1,
    .ws-title-part-2 {
        font-size: 48px
    }
}

@media (min-width:1440px) and (max-width:1919px) {

    .ws-title-part-1,
    .ws-title-part-2 {
        font-size: 48px
    }
}

@media (min-width:810px) and (max-width:1439px) {

    .ws-title-part-1,
    .ws-title-part-2 {
        font-size: 41px
    }
}

@media (max-width:1439px) and (min-width:810px) {
    .workflow-streamlining-section {
        padding: 64px 40px
    }

    .ws-heading-group {
        width: 100%;
        margin-bottom: 80px
    }

    .ws-cards-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center
    }

    .ws-card {
        flex: 1 1 calc(33.333% - 16px);
        min-width: 280px;
        min-height: 320px;
        height: auto
    }

    .ws-cards-4 .ws-card {
        flex: 1 1 calc(50% - 12px)
    }

    .ws-card-description,
    .ws-card-title {
        text-align: left
    }

    .ws-card-text-content {
        align-items: flex-start
    }
}

@media (max-width:809px) {
    .workflow-streamlining-section {
        padding: 64px 20px
    }

    .ws-heading-group {
        width: 100%;
        gap: 4px;
        margin-bottom: 80px
    }

    .ws-title-part-1,
    .ws-title-part-2 {
        font-size: 32px
    }

    .ws-cards-container {
        flex-direction: column;
        gap: 32px
    }

    .ws-card {
        min-height: 280px;
        height: auto;
        border-radius: 28px;
        width: 100%
    }

    .ws-card-image-wrapper {
        height: 180px;
        flex-shrink: 0
    }

    .ws-card-title {
        font-size: 16px
    }

    .ws-card-description {
        font-size: 14px
    }

    .ws-card-text-content {
        padding: 32px
    }
}