#testimonials {
    /* opacity: 0.5; */
    overflow: hidden;
}

#testimonials .title {
    text-align: center;
    color: #417cb8;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 30px;
}

/* Bee slider */
#testimonials .container {
    margin-top: 200px;
    margin-bottom: 250px;
}

#testimonials .bee3D--nav {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    transform: none;
    border-color: #195889 !important;
    z-index: 101;
    transition: all 0.4s linear;
	display: none;
}

#testimonials .bee3D--nav:hover {
    border-radius: 3px;
    border-color: #3092cd !important;
}

#testimonials .testimonials-prev {
    border-bottom: 4px solid;
    border-left: 4px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
}

#testimonials .testimonials-next {
    border-bottom: 4px solid;
    border-left: 4px solid;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 10px;
}

#testimonials .bee3D--slide__active {
    z-index: 100;
    /* box-shadow: 2px 5px 15px -3px rgba(24, 109, 165, 0.55); */
	/* border: 1px solid rgba(24, 109, 165, 0.55); */
}

.testimonial-item {
    display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
    padding: 50px;
    background-color: #fff;
}

.testimonial-img {
    max-width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 17px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	
}

.testimonial-signature {
	font-weight: 800;
	font-style: italic;
	font-size: 16px;
	align-self: baseline;
	padding-left: 20px;
}

@media (max-width: 600px) {
    #testimonials .container {
        transform: scale(0.7);
    }

    #testimonials .testimonials-next {
        right: -110px;
    }

    #testimonials .testimonials-prev {
        left: -110px;
    }

    #testimonials .title {
        padding-bottom: 0;
    }
}
