.history-item {
  cursor: pointer;
  padding-bottom: 2rem;
}
.history-item .title {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
}
.history-item .year {
  font-size: 1.5rem;
}
.white-back {
  background-color: transparent !important;
  color: #222323 !important;
}
@media (min-width: 576px) {
  .history-item img {
    padding: 0;
  }
  .history-item .title {
    font-size: 1.5rem;
  }
  .history-item .year {
    font-size: 2rem;
  }
  .history-item .history-cell {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .history-item {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .history-item .title {
    font-size: 2rem;
  }
  .history-item .year {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .history-item .title {
    font-size: 2.2rem;
  }
  .history-item .year {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .history-item .title {
    font-size: 2.8rem;
  }
  .history-item .year {
    font-size: 4rem;
  }
}
/*# sourceMappingURL=history.css.map */