.customer-stories-list { padding: 100px 0; background-color: #FAFAFA; min-height: 75vh;  }
.customer-stories-list h2 { max-width: 830px; text-align: center; margin: 0 auto 50px; }

.slide-wrap { padding: 15px; }

.single-story a .single-story-image { margin-bottom: 30px; overflow: hidden; border-radius: 20px; }
    .single-story a .single-story-image img { transition: all .3s; }
    .single-story a:hover .single-story-image img { transform: scale(1.1); }
.single-story .single-story-title { margin-bottom: 30px; }
.single-story a .single-story-title h4 { color: #2d2e31; font-size: 18px; transition: all .3s; }
.single-story a:hover .single-story-title h4 { color: #4169e1; }

.slick-dots { position: static; }
.slick-dots li button { color: #6F6F6F; font-size: 15px; font-weight: 700; font-family: 'GoFundMe Sans'; transition: color .3s; }
.slick-dots li.slick-active button,
.slick-dots li button:hover { color: #2d2e31; }
.slider-controls { margin: 20px auto; text-align: center; }
.slide-m-dots, .slide-m-prev, .slide-m-next { display: inline-block; }
.slide-m-prev:after, .slide-m-next:after { display: block; content: ""; width: 18px; height: 18px; background-repeat: no-repeat; background-position: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.slide-m-prev:after {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0l1.41 1.41L3.83 7H16v2H3.83l5.58 5.59L8 16 0 8l8-8z" fill="%23FFFFFF"/></svg>');
}
.slide-m-next:after {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0L6.59 1.41 12.17 7H0v2h12.17l-5.58 5.59L8 16l8-8-8-8z" fill="%23FFFFFF"/></svg>');
}
.slider-controls button.arrow { background: #0B291A; width: 36px; height: 36px; border-radius: 50%; position: relative; transition: opacity .15s ease; border: none; flex: 0 0 auto; cursor: pointer; text-indent: -9999px; margin: 0 30px; transition: opacity .3s; }
.slider-controls button.arrow:hover { opacity: .85; }


@media (max-width: 992px) { 
    .slide-wrap { padding: 0 15px; }
    /* .slick-slide {
    height: 0px!important;
    min-height: 100px;
    }
    .slick-slide.slick-active {
        height: 100% !important;  
    }     */
}