.testimonials-block {
	border-bottom: 1px solid #fff;
}
.testimonials-block .tns-outer {
  max-width: 770px;
  margin: 0 auto 55px auto;
  position: relative;
}
.columns-block .testimonials-block .tns-outer {
  max-width: 100%;  
}
.testimonial-text {
color: #007E8B;
font-weight: 400;
position: relative;
}
.testimonials-block .single-slide-wrap {
  position: relative;
  padding-left: 70px;
}
.testimonials-block .single-slide-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background: url(/wp-content/uploads/2022/08/Quote-Desktop.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 32px;
	width: 40px;
}
.testimonial-text p {
margin-bottom: 15px;	
}
.testimonial-text p:last-of-type {
	display: inline;
	margin-bottom: 0;
}
.close-speech-mark {

}
.testimonial-name {
  color: #005E69;
  margin-top: 20px;
}


.testimonials-block .tns-nav {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonials-block .tns-nav button {
  border: 1px  solid #2F97A8;
  border-radius: 56px;
  padding: 7px;
  box-sizing: border-box;
  background: transparent;
  margin: 0 5px;
}
.testimonials-block.testimonial-small-font .tns-nav button {
  padding: 5px;
  margin: 0 4px; 
}
.testimonials-block .tns-nav button.tns-nav-active {
  background: #2F97A8;
}


@media all and (max-width: 480px) {
.testimonials-block .single-slide-wrap {
  padding-left: 50px;
}
.testimonials-block .single-slide-wrap::before {
  height: 24px;
  width: 30.54px;
}
.testimonials-block .tns-nav button {
  padding: 6px;
}
}
@media all and (max-width: 414px) {
.testimonials-block .single-slide-wrap {
  padding-left: 40px;
}
}
@media all and (max-width: 375px) {
.testimonials-block .single-slide-wrap {
  padding-left: 30px;
}
.testimonials-block .single-slide-wrap::before {
  height: 16px;
  width: 20.36px;
}
}