.history-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px 32px;
}

.history-wrapper h2 {
  text-align: center;
  margin: 5px 0;
}

.tea-timeline {
  position: relative;
  max-width: 1100px;
  margin: 40px auto 64px;
  padding: 48px 0 64px;
}

.image-col {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.image-col img {
  height: 100%;
  max-height: 1800px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}

.tea-entry {
  position: relative;
  z-index: 1;
  width: 36%;
  font-size: 15px;
  line-height: 1.6;
  margin: 56px 0;
}

.tea-entry.left {
  margin-right: auto;
  text-align: left;
}

.tea-entry.right {
  margin-left: auto;
  text-align: left;
}

.tea-entry h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.tea-entry h3 span {
  display: block;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 820px) {
  .history-wrapper {
    padding: 24px 16px 0px;
  }

  .image-col,
  .image-col img {
    opacity: 0.4;
  }

  .image-col img {
    max-height: none;
    width: 100%;
    height: auto;
  }

  .tea-entry {
    width: 100%;
    margin: 32px 0;
    text-align: left;
  }

  .tea-entry.left,
  .tea-entry.right {
    margin-left: 0;
    margin-right: 0;
  }
  .tea-timeline{
    margin-top: 0;
    padding-top: 0;
  }
}
