.item h3 {
  margin:5px 0; 
  font-size:13px;
  line-height:18px;
  font-family: 'Lato';
  font-style: normal;
}

.sliderContainer {
  padding-top:55px;
  position:relative;
}

.slider {
  width: 605px;
  margin:auto;
}

.testimonialHeadline {
  font-weight:400;
  font-family: Lato, sans-serif;
  line-height:35px;
  font-size:24px;
  text-align: center;
  color: #121212A8;
}
.testimonialHeadline strong {
		font-weight:700;
		color: #121212;
	}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}


.progressBarContainer {
    width: 800px;
    display: flex;
    height: 100%;
    margin: auto;
    padding: 57px 0px;
	justify-content:center;
}

.progressBarContainer div {
  display: flex;
    flex-direction: column;
    width: 305px;
    padding: 0;
    cursor: pointer;
    margin-right: 55.8px;
    float: left;
    color: #121212;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 6px;
  background-color: rgba(53, 53, 53, 0.08);
  display: block;
  border-radius: 100px;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #0180DE;
  border-radius: 100px;
  width: 0%;
  height: 6px;
}
 .slider > .testimonialHeadline:not(:first-child) {
    display: none;
}

	@media only screen and (max-width:850px){
.slider {
  width: 272px;
}
.testimonialHeadline {
  line-height:32px;
  font-size:20px;

}
.progressBarContainer div.item:not(.mShow) {
	display:none;
}
.progressBarContainer div.item.mShow{
	display:flex;
	text-align: center;
}
.progressBarContainer {
    width: 219px;
	padding: 20px 0px 57px;
}
.progressBarContainer div {
	width:100%;
	text-align:center;
	margin-right:0px;
}
		
	}
