body {
  background-color: white;
  background-image: none !important;
}
.history-item {
  cursor: pointer;
  padding-bottom: 2rem;
}
.history-item .title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.3rem;
}
.history-item .year {
  font-size: 1.5rem;
}
.cover-fix {
  background-color: transparent;
  background-image: none;
  background-size: 600px;
  background-position: right;
  background-repeat: no-repeat;
}
.white-back {
  background-color: white !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) {
  .cover-fix {
    background-image: url('../img/wb.png');
  }
  .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 */