.testimonial-line_vertical::before,
.testimonial-line_vertical::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  translate: -50% 0;
  background-color: var(--swatch--quantro-yellow);
}

.testimonial-line_vertical::before {
  top: 0;
}

.testimonial-line_vertical::after {
  bottom: 0;
}
.card-testimonial.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 767px) {
  .slider_wrap {
    padding-right: 16px;
  }
}

.toc_icon_wrap {
  opacity: 0;
}
.capabailities-link.w--current {
  color: var(--swatch--quantro-yellow);
}

.capabailities-link.w--current .toc_icon_wrap {
  opacity: 1;
}

.w-dyn-item:not(:last-child) [data-card-bento='after']::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33331 8H12.6666' stroke='%23171819' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath 
  d='M8 3.33337L12.6667 8.00004L8 12.6667' stroke='%23171819' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
}
