.history-grid {
  padding-left: 10%;
  padding-right: 10%;
}

.history-grid .item {
  position: relative;
}

.history-grid .card {
  border: none;
  background: var(--bs-gray-100)
}


.history-grid .item .year {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  background-color: #fff;
  border: 1px var(--bs-yellow) solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history-grid .item .year a {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.history-grid .item .year a.active {
  background-color: var(--bs-yellow);
  color: var(--bs-white);
}

.history-grid .item .row .col {
  padding-left: 70px;
  padding-right: 70px;
}

.history-grid .body {
}

.history-grid .item:nth-child(even) .row .col:nth-child(1) {
  order: 2;
  border-right: 0px;
  border-left: 1px var(--bs-gray-700) solid;
}


.history-grid .item:nth-child(even) .row .col:nth-child(2) {
  order: 1;
}

.history-grid .item .row .col:nth-child(1) {
  border-right: 1px var(--bs-gray-700) solid;
}



@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {

  .history-grid {
    padding: 0px
  }

}

@media (max-width: 991.98px) {

  .history-grid .item .row .col {
    padding-left: 50px;
    padding-right: 50px;
  }

}
@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {

  .history-grid .item .row .col:nth-child(1) {
    display: none;
  }

  .history-grid .item .year {
    display: none;
  }

  .history-grid .item .row .col {
    width: 100%;
    flex: none;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: 20px;
  }
}
