.customers-details{
    padding: 52px 0 77px;
}


.customers-desc{
    width: 100%;
}

.key-results_stats{
    flex-direction: column;
    align-items: flex-start;
}
.customers__key-highlights{
    padding: 55px 0 0 0;
}

.title__eyebrow{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 19px;
}
/* ul.list-block li {
    padding-left: 35px;
    text-indent: -6px;
} */

/* ul.list-block li::before {
    left: -15px;
    background: var(--primary-red);
} */

.customers__key-results{
    margin-bottom: var(--spacing-08);
    padding-top: 60px;
}
.stats-list{
    padding: 10px 15px;
}

.stats-list:first-child{
    border:none;
}
.stats-count{
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    margin-right: 15px;
    word-break: keep-all !important;
}

.stats-title{
    font-weight: 400;
    font-size: 15px;
    word-break: keep-all !important;
    line-height: 22px;
}

.customers-features{
    width: 100%;
    padding: 60px 25px;
    border-radius: 12.5px;
}

.customer-logo{
    /* margin-bottom: 30px; */
    min-height: 100px;
}

.customers__story-links{
    padding: 15px 0;
}

.story_links-list{
    padding-left: 10px;
}

.customers__story-link .title__eyebrow{
    padding: 16px 0;
    margin: 0;
}

.story_link-item{
    padding: 10px 0;
    display: block;
    position: relative;
}
.story_link-item a{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    padding-bottom: 1px;
    display: inline;
    /* transition: all 0.35s linear; */
    background-image: linear-gradient(to bottom, #fff 0%, #fff 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

/* .story_link-item a:after{
    position: absolute;
    content: '';
    height: 1px;
    background: var(--white);
    bottom: 0px;
    left: 0;
    width: 0;
    margin: auto;
} */

.story_link-item a:hover{
    font-weight: 800;
    text-decoration: none;
    background-size: 100% 2px;

}

/* .story_link-item a:hover:after{
    width: 100%;
} */



.customers-features .cta-btn{
    width: 100%;
    text-align: center;
}
@media all and (max-width: 767px){

    .customers-details .container{
        flex-direction: column-reverse;
    }
}
.customers__key-highlights.ipad-view{
    display: none;
}
@media all and (min-width: 768px) and (max-width: 1024px){
    .customers__key-highlights:not(.ipad-view){
        display: none;
    }
    .customers__key-highlights.ipad-view{
        display: block;
        padding: 35px 0 0 0;
        width: 100%;
        position: relative;
    }
    .customers-details .container{
        flex-wrap: wrap;
    }
}
@media all and (min-width: 768px){
    
    .customers-desc{
        width: calc(100% - 304px);
        padding: 55px 60px 55px;
    }
    .stats-list:first-child{
        padding-left: 0;
    }
    .customers-features{
        width: 304px;
        padding: 30px 35px 65px;
        border-radius: 12.5px;
    }
    .customers__story-links{
        padding: 25px 0;
    }
    
    .customers-single-testimonials{
        padding: 0;
    }

    

    
    .key-results_stats{
        flex-direction: row;
    }

    .stats-list {
        border-left: 1px solid var(--black);
        flex-wrap: wrap;
    }
    .customers-details{
        padding-bottom: 0;
    }
   
}

@media all and (min-width: 820px){
    .stats-list {
        flex-wrap: nowrap;
    }
}

@media all and (min-width: 992px){
    .customers-features{
        width: 378px;
        padding: 35px 65px 65px;
        border-radius: 12.5px;
    }

    .customers-desc{
        width: calc(100% - 378px);
        padding: 55px 0 60px 55px;
    }

    .customers__key-highlights {
        width: 100%;
        left: auto;
        margin-top: 0;
        padding: 55px 0 0 15px;

    }
    .customers-details{
        padding-bottom: 77px;
        padding-top: 0;
    }
    .customers__key-results{
        margin: 0;
    }
}

@media all and (min-width: 1280px){
    .customers__key-results{
        width: 100%;
        left: auto;
    }
   
}