Я бы создал таблицу сравнения продуктов RTL версии.
но проблема, когда direction: rtl;
в CSS в прокрутки и навигации.
.cd-products-wrapper {
overflow-x: auto;
direction:rtl;/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
-webkit-overflow-scrolling: touch;
border-style: solid;
border-color: #e6e6e6;
border-top-width: 1px;
border-bottom-width: 1px;
}
демо: https://codyhouse.co/demo/products-comparison-table/index.html