@charset "UTF-8";

.history-point {
  background: #fff4ed;
  border-radius: 5px;
  margin: 25px auto;
  padding: 10px 20px;
  width: 94%;
  position: relative;
}

.history-point p {
  color: #e56662;
  font-size: 12px;
  line-height: 150%;
}

.history-point img {
  position: absolute;
  top: -14px;
  left: 0;
}
