.home1-about2-section .home-one-about2-tab {
  position: relative;
}

.home1-about2-section .home-one-about2-tab::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  width: 1px;
  background: rgba(61, 15, 17, 0.22);
  transform-origin: top;
  z-index: 0;
}

.home1-about2-section .home-one-about2-tab-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  overflow: visible;
  transition: margin-bottom 360ms ease;
}

.home1-about2-section .home-one-about2-tab-wrap.is-active {
  margin-bottom: 34px;
}

.home1-about2-section .home-one-about2-tab-title-wrap {
  cursor: pointer;
}

.home1-about2-section .home-one-about2-tab-number-wrap {
  position: relative;
  z-index: 2;
  transition: transform 360ms ease, background-color 360ms ease, box-shadow 360ms ease;
}

.home1-about2-section .home-one-about2-tab-wrap.is-active .home-one-about2-tab-number-wrap {
  transform: scale(1.04);
  box-shadow: 0 12px 28px rgba(61, 15, 17, 0.18);
}

.home1-about2-section .home-one-about2-tab-desc-wrap {
  display: grid;
  grid-template-rows: 0fr;
  margin-left: 100px;
  padding-left: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: grid-template-rows 420ms ease, opacity 300ms ease, transform 420ms ease, margin-top 420ms ease;
}

.home1-about2-section .home-one-about2-tab-wrap.is-active .home-one-about2-tab-desc-wrap {
  grid-template-rows: 1fr;
  margin-top: 18px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
}

/* Keep titles/body readable even if Webflow IX leaves opacity at 0 */
.home1-about2-section .home-one-about2-desc,
.home1-about2-section .home-one-about2-tab-title,
.home1-about2-section .home-one-about2-tab-number {
  opacity: 1 !important;
  visibility: visible !important;
}

.home1-about2-section .home-one-about2-tab-line {
  display: none !important;
}

.home1-about2-section .home-one-about2-tab-desc {
  min-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .home1-about2-section .home-one-about2-tab::before {
    left: 28px;
    top: 28px;
    bottom: 20px;
  }

  .home1-about2-section .home-one-about2-tab-number-wrap {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }

  /* Keep number + title on one row so the desc indent lines up */
  .home1-about2-section .home-one-about2-tab-title-wrap {
    flex-flow: row !important;
    align-items: center !important;
    gap: 14px;
  }

  .home1-about2-section .home-one-about2-tab-desc-wrap {
    margin-left: 70px;
  }

  .home1-about2-section .home-one-about2-tab-wrap {
    margin-bottom: 22px;
  }

  .home1-about2-section .home-one-about2-tab-wrap.is-active {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .home1-about2-section .home-one-about2-tab::before {
    left: 26px;
  }

  .home1-about2-section .home-one-about2-tab-number-wrap {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .home1-about2-section .home-one-about2-tab-desc-wrap {
    margin-left: 66px;
  }

  .home1-about2-section .home-one-about2-tab-title {
    font-size: 15px;
    line-height: 1.35;
  }

  .home1-about2-section .home-one-about2-tab-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .home1-about2-section .home-one-about2-tab::before {
    left: 24px;
  }

  .home1-about2-section .home-one-about2-tab-number-wrap {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .home1-about2-section .home-one-about2-tab-desc-wrap {
    margin-left: 62px;
  }
}
