@media screen and (max-width: 749px){
  .fs-mobile .fs-timeline {
    display: flex !important;
    flex-wrap: wrap;
  }
  .fs-mobile .fs-timeline div {
    flex: 0 0 33.333%;
  }
  .fs-mobile .fs-timeline .fs-entry-container {
    width: 25%;
    padding-top: 33% !important;
  }
}

