﻿#dateTab3 .flowStep li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #dateTab3 .flowStep li {
    width: 100%;
  }
}