html[dir="rtl"] .canabuzz-section-text-special .block-content .item:not(:last-child) .item-content:after {
  left: -15px;
  right: auto
}

.canabuzz-section-text-special .block-content .item .title {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px
}

.canabuzz-section-text-special .block-content .item .desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5
}

.canabuzz-section-text-special .block-content .item:not(:last-child) .item-content:after {
  background-color: #ffffff;
  content: "";
  height: calc(100% - 24px);
  position: absolute;
  right: -15px;
  top: 12px;
  width: 1px
}
.distance .title_section p{
  font-weight: 400;
  /* font-size: 22px; */
   font-size: 32px;
  line-height: 36px !important;
  font-family: var(--title-font-family);
}
@media (max-width:991px) {
  .canabuzz-section-text-special .block-content .item .title {
    font-size: 1.875rem
  }
}

@media (max-width:767px) {
  .canabuzz-section-text-special .block-content .item.col {
    flex: 0 0 50% !important;
    max-width: 50% !important
  }

  .canabuzz-section-text-special .block-content .item:nth-child(2) .item-content:after {
    display: none
  }
}