.two-row-block {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
}

.end-to-end::-webkit-scrollbar {
  width: 0;
  background: transparent;
}