/* line 4, history.scss */
.history table {
  position: relative;
  margin-bottom: 0; }
  /* line 7, history.scss */
  .history table::before {
    position: absolute;
    left: 5px;
    top: 11px;
    width: 1px;
    height: calc(100% - 60px);
    content: "";
    background-color: #DDDDDD;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 7, history.scss */
      .history table::before {
        height: calc(100% - 90px); } }
  /* line 20, history.scss */
  .history table th {
    position: relative;
    font-size: 15px;
    padding: 0 0 30px 28px; }
    @media screen and (max-width: 800px) {
      /* line 20, history.scss */
      .history table th {
        padding-bottom: 5px; } }
    /* line 27, history.scss */
    .history table th::before {
      position: absolute;
      left: 0;
      top: 11px;
      width: 11px;
      height: 11px;
      background-color: #06CB43;
      content: "";
      border-radius: 50%;
      pointer-events: none; }
    /* line 38, history.scss */
    .history table th .year {
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-size: 19px;
      margin-right: 10px; }
  /* line 45, history.scss */
  .history table td {
    padding: 0 0 30px; }
    @media screen and (max-width: 800px) {
      /* line 45, history.scss */
      .history table td {
        padding: 0 0 30px 28px; } }

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