.sw-testimonials .overview--slider .slick-slide {
	    height: inherit !important;
    margin: 0 70px 0 30px!important;
}

.sw-testimonials .slick-arrow {
    display: block !important;
    opacity: 1 !important;
}

.sw-testimonials.overview-container {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
	    position: relative;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.sw-testimonials .overview {
    display: grid;
    gap: 20px;
}

.sw-testimonials .overview--slider {
    display: flex;
	flex-direction: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.sw-testimonials .overview-title {
    margin-top: 1rem;
    margin-bottom: 2rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sw-testimonials .overview-items, .sw-testimonials .overview-title {
    display: flex;
    gap: 30px;
	width: calc(100% + 30px);
    margin-left: auto;
    margin-right: auto;
}


.sw-testimonials .overview--2 .overview-item:not(.slick-slide .overview-item) {
	width: calc(50% - 3.5rem)!important;
}
.sw-testimonials .overview--3 .overview-item:not(.slick-slide .overview-item) {
	width: calc(33% - 3.5rem)!important;
}

.sw-testimonials .overview-item {
    padding: 20px;
    background: white;
	display: inline-block!important;
	width: 100%;
	height: 100%;
}

.sw-testimonials .overview-item:before {
    background-image: url(https://www.orconsultancy.nl/hubfs/lines.png);
    background-size: 400px 400px;
    content: "";
    width: 160px;
    height: 160px;
    left: -40px;
    top: 40px;
    position: absolute;
    z-index: 1;
}

.sw-testimonials .overview-item__title {
font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #1c0b36;
    text-rendering: optimizeLegibility;
	margin-bottom: 1rem;
}
.sw-testimonials .overview-item__text {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
.sw-testimonials .overview-item__content {
    font-size: 1rem;
    line-height: 1.5;
	 padding-top: 15px;
	padding-left: 160px;

}

.sw-testimonials .overview-item__image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	position:absolute;
    width: 160px;
    height: 160px;
	top: 20px;
	left: -20px;
    z-index: 2;
}
