.no-max-width {
	max-width: none;
}
.testimonial-wrapper {
	position: relative;
	height: 100%;
}
.testimonials-container-left {
	margin-top: 150px;
}
.testimonials-container-left .testimonials-container-left-header {
	padding-right: 25%;
}
.testimonials-container-left .testimonials-button {
	cursor: pointer;
    color: #000;
    display: inline-block;
    background: #e8e8e8;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 13px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    margin-top: 20px;
    margin-right: 10px;
}
.testimonials-container-left .testimonials-button:hover {
    background: #dedede;
}
.read-all-testimonials-link-wrapper {
	position: relative;
    z-index: 10;
	display: block;
}
.testimonial-card-element p.lead {
	margin-bottom: 0;
}
.testimonial-card-element .btn {
	
}


.testimonials-container-right {
	position: relative;
    top: -440px;
	margin-bottom: -290px;
}
.testimonial-wrapper .testmionial-swiper {
	margin: 0;
	width: 487px;
	height: 610px;
	overflow: visible;
}
.testimonial-wrapper .testmionial-swiper .swiper-slide {
	display: flex;
	align-items: normal;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	align-self: center;
	padding: 12px;
    width: 487px;
	border-radius: 40px;
}
.testimonial-wrapper .testmionial-swiper .swiper-slide .swipter-slide-content {
	border-radius: 40px;
	padding: 45px;
	display: flex;
    justify-content: space-around;
    align-items: flex-start;
	flex-direction: column;
}
.testimonial-wrapper .testmionial-swiper .swiper-slide .swipter-slide-content img {
	height: 60px;
    width: auto;
}
.delphi-service-box > .delphi-service-box-content {
	background-color: #cc0616;
    padding: 2rem;
    border-radius: 40px;
}
.delphi-service-box > .delphi-service-box-content {
	
}
.delphi-service-box .btn.btn-sm.btn-primary {
	color: #cc0616;
	background-color: #fff;
}
.delphi-service-box p {
	color: #fff;
}
.delphi-service-box .icon.btn {
	border-color: #fff;
}
.delphi-service-box .icon.btn,
.delphi-service-box .icon.btn i {
	color: #fff;
}



/* RESPONSIVENESS */

@media screen AND (min-width: 1600px){
	.testimonials-container-right {
		top: -440px;
		margin-bottom: -290px;
	}
	.testimonial-wrapper .testmionial-swiper {
		width: 497px;
		height: 700px
	}
	.testimonial-wrapper .testmionial-swiper .swiper-slide {
		padding: 12px;
		width: 497px;
	}
}

@media screen AND (max-width: 767px){
	.testimonials-container-left .testimonials-container-left-header {
		padding-right: 0;
	}
	.testimonials-container-right {
		position: static;
	}
}