.kea_sliding_testimonials {
    max-width: 1140px;
    margin: 0 auto;
    padding: 70px 0 40px 0;
}


.kea_testimonial_logo img {
    max-width: 240px;
    width: 100%;
    display: block;
    margin: 0 auto;
	padding: 20px;
}


.kea_testimonial_content p {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #001730;
}
.kea_testimonial_name {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #001730;
}

.kea_testimonial_position {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #001730;
}

img.t_prev.slick-arrow {
    position: absolute;
    top: 40px;
    right: 23%;
    left:auto;
}


img.t_next.slick-arrow {
    position: absolute;
    top: 346px;
    right: 23%;
    left:auto;
}

.kea.sliding_testimonials_container {
    min-height: 250px;
    display: flex;
    align-items: center;
}


@media only screen and (max-width:960px) {
	.kea_sliding_testimonials {
		padding: 20px;
	}
	.kea_sliding_testimonials ul.slick-dots {
		padding-left: 0 !important;
		left: 0;
		bottom: -40px;
	}
}
