section.ecomirror-about_history {
  position: relative;
  padding-bottom: 0;
  color: white;
}
section.ecomirror-about_history .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.ecomirror-about_history .background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(180deg, #725A47 21.15%, #C6C0B9 100%);
}
section.ecomirror-about_history .background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgb(198, 192, 185);
}
section.ecomirror-about_history .background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: calc(100% + clamp(60px, 20 * (100vw - 375px) / 905 + 60px, 80px));
}
section.ecomirror-about_history .background-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.ecomirror-about_history .about-history-left {
  position: relative;
  padding-bottom: 172px;
  padding-right: 42px;
}
section.ecomirror-about_history .about-history-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(18px, 14 * (100vw - 375px) / 905 + 18px, 32px);
  height: clamp(18px, 14 * (100vw - 375px) / 905 + 18px, 32px);
  background-color: rgb(198, 192, 185);
  border-radius: clamp(9px, 7 * (100vw - 375px) / 905 + 9px, 16px);
}
section.ecomirror-about_history .about-history-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(8px, 7 * (100vw - 375px) / 905 + 8px, 15px);
  width: 2px;
  height: 100%;
  background: rgb(198, 192, 185);
}
section.ecomirror-about_history .about-history-left .history-row {
  margin-bottom: 32px;
  margin-left: clamp(31px, 22 * (100vw - 375px) / 905 + 31px, 53px);
}
section.ecomirror-about_history .about-history-left .history-row .history-year {
  width: 72px;
  font-family: var(--font-tenor-sans);
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
}
section.ecomirror-about_history .about-history-left .history-row .history-text {
  font-size: clamp(12px, 2 * (100vw - 375px) / 905 + 12px, 14px);
  line-height: 130%;
}
section.ecomirror-about_history .about-history-left .history-row.history-row-title {
  margin-bottom: clamp(21px, 41 * (100vw - 375px) / 905 + 21px, 62px);
}
section.ecomirror-about_history .about-history-left .history-row.history-row-title .history-title {
  font-size: clamp(20px, 12 * (100vw - 375px) / 905 + 20px, 32px);
  line-height: 110%;
  text-transform: uppercase;
}
section.ecomirror-about_history .about-history-right {
  height: calc(100% - clamp(60px, 20 * (100vw - 375px) / 905 + 60px, 80px));
  position: relative;
}
section.ecomirror-about_history .about-history-right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  section.ecomirror-about_history {
    padding-top: 0;
  }
  section.ecomirror-about_history .background {
    display: none;
  }
  section.ecomirror-about_history .mobile-back {
    background: linear-gradient(180deg, #725A47 21.15%, #C6C0B9 100%);
    padding-top: 40px;
  }
  section.ecomirror-about_history .mobile-back-image {
    background: rgb(198, 192, 185);
    padding-bottom: 60px;
  }
  section.ecomirror-about_history .about-history-left {
    padding-bottom: 48px;
    margin-bottom: 24px;
  }
  section.ecomirror-about_history .about-history-left .history-row .history-year {
    margin-bottom: 20px;
  }
  section.ecomirror-about_history .about-history-left .history-row.history-row-title .col-auto {
    display: none;
  }
  section.ecomirror-about_history .about-history-right img {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=about_history.css.map */
