#netk-hero_new.case-study-hero .hero_inner-wrap .hero-column.text-column {
     width: 55%;   
}

#netk-hero_new.case-study-hero .hero_inner-wrap .hero-column.img-column {
    width: 45%;   
}

#netk-hero_new.case-study-hero .hero_inner-wrap .hero-column.text-column {
    align-items: unset;
}

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 1.4em;
    max-width: 560px;
}

.hero-benefits p {
    font-size: 16px;
    position: relative;
    padding-left: 22px;
    margin: 0;
    white-space: nowrap;
    flex: 0 0 auto;
}

.hero-benefits p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1em;
    width: 1em;
    background-color: var(--ast-global-color-0);
    border-radius: 50%;
    background-image: url(../images/icon_white_check.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* .client-pill-wrap .client-pill__inner-wrap {
    gap: 12px;
}

.client-pill-wrap .pill {
    background-color: var(--ast-global-color-7);
    padding: 5px 10px;
    color: var(--ast-global-color-5);
    font-size: 14px;
    border-radius: 25px;
    white-space: nowrap;
    border: 1px solid var(--ast-global-color-1);
} */

.client-image img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    height: auto;
}

#client-overview {
    padding: 72px 0;
}

/* .client-content.two-column-layout.img-position-left .img-column {
    align-items: end;
    padding-right: 80px;
} */

#results-snapshot {
    padding: 100px 0 110px;
}

#the-challenge,
#our-approach,
#the-solution {
    padding: 110px 0 100px;
}

.results-snapshot-card-wrap .card {
    background-color: var(--ast-global-color-4);
    border-radius: 8px;
    padding: 50px 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    width: 33%;
    min-height: 240px;
}

.results-snapshot-card-wrap .card .description {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.results-snapshot-card-wrap .card .note {
    font-size: 14px;
    opacity: 0.7;
    text-align: center;
}


.list-heading {
    font-weight: 600;
}

.challenge-approach-list,
.solution-list  {
    list-style: none;
    padding-left: 0;
}

.challenge-approach-list {
    margin-left: calc(1em);
}

.challenge-approach-list li,
.solution-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}


.challenge-approach-list li::before,
.solution-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .65em;
    width: 6px;
    height: 6px;
    background-color: var(--ast-global-color-0);
    border-radius: 50%;
}

/* .challenge-approach-list li::before,
.solution-list li::before {
    top: calc(50% - 3px);
} */

.solution-intro {
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.7;
}

.solution-divider {
    width: 160px;
    height: 2px;
    margin: 28px auto 60px;
    background: #d0d2d4;
}

.solution-card-wrap {
    gap: 40px;
}

.solution-card-wrap .card {
    padding: 25px;
    border: 1px solid var(--ast-global-color-7);
    border-radius: 8px;
    box-shadow: 0px 8px 12px rgba(0,0,0,0.18);
}

.solution-card-wrap .card h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 14px;
    letter-spacing: 0.2px;
    min-height: 2.4em;
}

.solution-card-wrap .card p {
    margin-bottom: 18px;
    line-height: 1.65;
}

.solution-list {
    margin-left: 0;
}

#the-results {
    padding-top: 80px;
    padding-bottom: 90px;
}

.result-divider {
    width: 50px;
    height: 3px;
    background: var(--ast-global-color-0);
    margin: 20px auto 30px;
}

.result-text-wrap {
    max-width: 850px;
}

.result-text-wrap p {
    margin-bottom: 1.2em;
}

.result-text-wrap p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1150px) 
{
    .results-snapshot-card-wrap .card .headline {
        min-height: 2.4em;
    }
}

@media screen and (max-width: 1150px) {
    h2.title {
        margin-bottom: 20px;
    }

    .two-column-layout,
    .results-snapshot-card-wrap {
        flex-direction: column;
    }

    .two-column-layout .flex-column {
        width: 100%;
        align-items: center;
    }

    #client-overview,
    #results-snapshot,
    #the-challenge,
    #our-approach,
    #the-solution,
    #the-results {
        padding: 50px 20px;
    }

    #netk-hero_new.case-study-hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    #netk-hero_new.case-study-hero .hero_inner-wrap .hero-column.text-column {
        width: 100%;  
        text-align: center;
        align-items: center;
    }

    #netk-hero_new.case-study-hero .hero_inner-wrap .hero-column.text-column .hero-benefits {
        margin: 20px auto;
    }

    #netk-hero_new.case-study-hero .hero_inner-wrap .hero-column.img-column {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    #netk-hero_new.case-study-hero .hero_inner-wrap {
        flex-direction: column;
        gap: 20px;
    }

    #client-overview .title,
    #the-results .title {
        margin-bottom: 0;
    }

    .client-pill__inner-wrap {
        overflow-x: scroll;
        max-width: calc(100vw - 40px);
        padding: 20px 0;
        margin-bottom: 20px;
    }


    #client-overview .client-content.two-column-layout .img-column {
        order: 1;
    }

    #client-overview .client-content.two-column-layout .text-column {
        order: 2;
    }

    #client-overview .client-content.two-column-layout .text-column p {
        text-align: center;
    }

    .results-snapshot-card-wrap {
        align-items: center;
    }

    .results-snapshot-card-wrap .card {
        width: 50%;
    }

    .list-heading,
    .challenge-approach-list {
        align-self: flex-start;
    }

    .solution-card-wrap.one-col-tablet-breakpoint {
        grid-template-columns: 1fr !important;
    }

    .flex-column.pe-4{
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    h2.title {
        font-size: 28px;
    }

    #netk-hero_new.case-study-hero .flex-column-mobile {
        flex-direction: column;
    }

    #netk-hero_new.case-study-hero .hero-benefits {
        flex-direction: column;
    }

    #netk-hero_new.case-study-hero .hero_inner-wrap .hero-column.img-column {
        width: 80%;
    }
    
    #netk-hero_new.case-study-hero .hero-benefits p {
        text-align: left;
    }

    #netk-hero_new.case-study-hero .wp-block-button__link {
        text-align: center;
    }

    .results-snapshot-card-wrap .card {
        width: 100%;
    }
}