.history-details-widget .history-details-wrapper {
  padding-top: 20px;
}
.history-details-widget .history-details-content {
  text-align: center;
}
.history-details-widget .history-details-content .history-details-item {
  padding-top: 30px;
  padding-bottom: 20px;
}
.history-details-widget .history-details-content .history-details-item .history-details-icon {
  height: 70px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 35px;
}
.history-details-widget .history-details-content .history-details-item .history-details-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.history-details-widget .history-details-content .history-details-item .history-details-info {
  position: relative;
  padding-bottom: 20px;
  color: #111D5E;
}
.history-details-widget .history-details-content .history-details-item .history-details-info .hd-value {
  font-size: 36px;
  line-height: 36px;
  font-family: "SF Pro Display Bold", sans-serif;
}
.history-details-widget .history-details-content .history-details-item .history-details-info .hd-title {
  font-size: 20px;
  font-family: "SF Pro Display Bold", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.history-details-widget .history-details-content .history-details-item .history-details-info .hd-line {
  display: inline-block;
  width: 135px;
  height: 2px;
  background: #E3007C;
}
.history-details-widget .history-details-content .history-details-item .history-details-description {
  font-weight: 300;
}

/*# sourceMappingURL=style.css.map */
