.custom-history .pxl-history .entry-body .wrap-content {
  align-items: flex-start;
  flex-direction: column;
}
.custom-history .pxl-history .entry-body:nth-child(even) .wrap-content {
  align-items: flex-end;
}


.custom-history .pxl-history .dot {
  display: none;
}

.custom-history img {
  border: 1px solid #666;
  width: auto !important;
}

.custom-history .date {
  background: #076301;
  background: linear-gradient(45deg, #076301, #83D606);
}

.custom-history .pxl-history .entry-body .wrap-content .btn-link {
  background: #076301;
  background: linear-gradient(45deg, #076301, #83D606);
  color: #fff;
  line-height: 55px;
  padding: 0 16px;
  width: auto;
}
.custom-history .pxl-history .entry-body .wrap-content .btn-link:hover i {
  color: #fff;
}

@media ( max-width: 575px ) {
  .custom-history .pxl-history .entry-body .wrap-content,
  .custom-history .pxl-history .entry-body:nth-child(even) .wrap-content {
    align-items: center;
  }
  
  .custom-history img {
    margin: 0 auto;
  }
}