.history {
  padding-top: 60px;
  padding-bottom: 20px;
}

.history__title {
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
}

.history__item {
  margin-bottom: 50px;
}

.history__item-title-date {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #8a735f;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  max-width: 100%;
}

.history__item-title {
  margin-bottom: 10px;
  color: #453629;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 18px;
  text-transform: uppercase;
  overflow: hidden;
}

.history__item-text {
  font-size: 14px;
  height: 80px;
  line-height: 16px;
  overflow: hidden;
}
