:root {
  --blank-value: 80px;
}

.history {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.history-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.history-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.history-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.history-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.history__container {
  position: relative;
  z-index: 8;
  display: flex;
  flex-direction: column;
  padding: 145px 102px 90px 102px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.history__container::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: calc(100% - 150px);
  background-color: #e8ecf0;
}
.history__content {
  display: flex;
  flex-direction: row;
  margin: 0 0 90px 0;
  width: 100%;
}
.history__content:nth-child(odd) {
  flex-direction: row-reverse;
}
.history__content:nth-child(odd) .history__content__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 27px;
  height: 27px;
  background-image: url("/assets/svg/karo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.history__content:nth-child(odd) .history__content__item::after {
  content: "";
  position: absolute;
  top: 13px;
  left: -95px;
  width: 72px;
  height: 1px;
  background-color: #e8ecf0;
}
.history__content__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 430px;
}
.history__content__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -121px;
  z-index: 3;
  width: 27px;
  height: 27px;
  background-image: url("/assets/svg/karo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.history__content__item::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -95px;
  width: 72px;
  height: 1px;
  background-color: #e8ecf0;
}
.history__content__year {
  margin: 0 0 10px 0;
  color: #4c4f52;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
  font-weight: 700;
}
.history__content__image {
  margin: 0 0 15px 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1247px) {
  .history__container {
    padding: 145px 86px 90px 86px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .history-hero__container {
    border: 0;
  }
  .history__container {
    padding: 95px 20px 90px 20px;
  }
  .history__content__item {
    max-width: 384px;
  }
}
@media only screen and (max-width: 909px) {
  .history__container::after {
    top: 50px;
    left: 35px;
  }
  .history__content {
    justify-content: flex-end;
  }
  .history__content:nth-child(odd) .history__content__item::before {
    left: -67px;
  }
  .history__content:nth-child(odd) .history__content__item::after {
    left: -107px;
  }
  .history__content {
    flex-direction: row-reverse;
  }
  .history__content__item::before {
    left: -121px;
  }
  .history__content__item::before {
    left: -67px;
  }
  .history__content__item::after {
    left: -107px;
  }
  .history__content__item {
    margin: 0 0 0 123px;
  }
}
@media only screen and (max-width: 639px) {
  .history-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 559px) {
  .history__content__item::after {
    display: none;
  }
  .history__content__item {
    margin: 0 0 0 70px;
  }
}