@media (min-width: 768px) {
  .text-blocks .text-blocks_item {
    border-right: 0.1rem solid var(--text-color);
  }

  .text-blocks .text-blocks_item:last-child {
    border-right: none;
  }
}
