.history__accordion-item {
  border: none;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px !important;
}
.history__accordion-button {
  padding: 18px 0px;
  color: #121212;
  font-size: 20px;
  line-height: 30px;
}
.history__accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #121212;
  box-shadow: none;
}
.history__accordion-button:not(.collapsed) .history__icon {
  transform: rotate(45deg);
}
.history__accordion-button:not(.collapsed) .history__icon::before {
  opacity: 0;
}
.history__accordion-button:not(.collapsed) .history__icon::after {
  transform: rotate(45deg);
}
.history__accordion-button::after {
  display: none;
}
.history__accordion-body {
  padding: 60px 0px;
}
.history__area-icon {
  position: relative;
  margin-left: auto;
}
.history__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out;
}
.history__icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}
.history__icon::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .history__accordion-item {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
  .history__accordion-button {
    font-size: 16px;
  }
  .history__accordion-body {
    padding: 40px 0px;
  }
}

.history-year {
  padding-top: 80px;
}
.history-year__year {
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 6px;
  font-size: 40px;
  color: #632323;
  font-weight: 700;
}
.history-year__list {
  padding-left: 4rem;
  list-style-type: none;
}
.history-year__list-item {
  position: relative;
  padding-bottom: 80px;
}
.history-year__list-item::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 30px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.history-year__list-item::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 20px;
  width: 18px;
  height: 18px;
  background-color: #632323;
  border-radius: 100%;
}
.history-year__list-item:last-child {
  padding-bottom: 0px;
}
.history-year__list-item:last-child::before {
  display: none;
}
.history-year__list-item .theme-content ul {
  padding-left: 2.5rem;
}
@media (max-width: 1399px) {
  .history-year {
    padding-top: 60px;
  }
  .history-year__list-item {
    padding-bottom: 40px;
  }
  .history-year__list-item::before {
    top: 18px;
  }
  .history-year__list-item::after {
    top: 8px;
  }
  .history-year__list-item .theme-content ul {
    padding-left: 2rem;
  }
  .history-year__year {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .history-year__list-item::before {
    left: -24px;
  }
  .history-year__list-item::after {
    top: 7px;
    width: 16px;
    height: 16px;
  }
  .history-year__year {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .history-year__list {
    padding-left: 3rem;
  }
  .history-year__list-item .theme-content ul {
    padding-left: 1.5rem;
  }
  .history-year__year {
    margin-left: 0px;
  }
}

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