#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%;   
}

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin-top: 1.4em;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.hero-benefits p {
    color: #fff;
    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-7);
    border-radius: 50%;
    background-image: url(../images/icon_red_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: inline-block;
    margin: 0 auto;
}

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

#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 .headline {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 14px;
}

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

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


.list-heading {
    font-weight: 600;
    margin-left: 25px;
}

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

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

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

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

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

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

.solution-card-wrap .card {
    padding: 20px;
}

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

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

.solution-list {
    margin-left: 1.5em;
}

#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;
}