.custom-history .pxl-history .dot {
  display: none;
}

.custom-history img {
  width: auto !important;
}

.custom-history .date {
  background: #076301;
  background: linear-gradient(45deg, #076301, #83D606);
}

@media ( max-width: 575px ) {
  .custom-history img {
    margin: 0 auto;
  }
}