/* Service Testimonials Block Styles */

.single-service .wp-block-heading.testimonial-single-service {
  font-weight: var(--wp--custom--font-weight--semi-bold);
  line-height: 1.4;
  letter-spacing: -1px;
  font-size: var(--wp--preset--font-size--medium);
}
.single-service .testimonials-sidebar .testimonial-card {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 24px 32px;
  margin-bottom: 20px;
}
.single-service .testimonials-sidebar .testimonial-card .testimonial-name {
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: 1.4;
  color: var(--wp--preset--color--custom-black-242424);
}
.single-service .testimonials-sidebar .testimonial-card .testimonial-content p {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--font-weight--regular);
  line-height: 1.4;
  color: var(--wp--preset--color--custom-black-lighter-61605-f);
}

@media (max-width: 959px) {
  .single-service .testimonials-sidebar .testimonial-card:last-child {
	margin-bottom: 36px;
  }
}
@media (max-width: 959px) {
  .wp-block-columns.service-layout-columns {
	flex-wrap: wrap !important;
  }

  .wp-block-columns.service-layout-columns > .wp-block-column {
	flex-basis: 100% !important;
  }

  .wp-block-columns.service-layout-columns > .wp-block-column.testimonials-sidebar {
	order: 2;
  }
}
@media (min-width: 1260px) {
  .single-service .testimonials-sidebar > div {
	padding-left: 56px;
  }
  .single-service .testimonials-sidebar .testimonial-card {
	width: 355px;
  }
}
