[data-component~="components/date_time"] {
  time:first-child {
    display: none;
    @media (width >= 768px) {
      display: inline;
    }
  }
  time:last-child {
    display: inline;
    @media (width >= 768px) {
      display: none;
    }
  }
}