.pdp-legendary-history-section {
  margin: 0 auto;
  padding: 0;
  // max-width: 1460px;
  position: relative;
}

.pdp-legendary-history-section .wavy-top {
  position: relative;
  margin-block-start: -1px;
}
.pdp-legendary-history-section .wavy-top svg {
  width: calc(50vw);
  height: auto;
  padding-block-end: 8rem;
}

.pdp-legendary-history-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    93.93deg,
    #2d4268 25.86%,
    rgba(45, 66, 104, 0.657349) 58.41%,
    rgba(45, 66, 104, 0.633482) 62.03%,
    rgba(45, 66, 104, 0.18) 94.58%
  );
}

.section-content-container {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pdp-legendary-history-section .section-content-inner {
  padding: 1rem;
  margin-right: calc(20vw);
  margin-top: calc(8%);
}

.pdp-legendary-history-section .section-content-inner > span {
  display: none;
}

.pdp-legendary-history-section h2 {
  color: #ec8c58 !important;
  font-family: 'GloucesterMT-ExtraCondensed';
  font-size: calc(5vw);
  letter-spacing: 3px;
  font-weight: 400;
  line-height: calc(5vw);
  text-align: center;
}

.pdp-legendary-history-section h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: calc(1vw);
  font-weight: 600;
  // line-height: calc(4vw);
  text-align: center;
  // margin-block-start: 1rem;
}

.pdp-legendary-history-section .timeline-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  column-gap: 2rem;
  margin-block-start: 1rem;
}

.pdp-legendary-history-section .timeline-wrapper .box {
  position: relative;
  top: 4rem;
  float: right;
  background-color: unset;
}
.pdp-legendary-history-section .timeline-wrapper .middle-line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 4rem;
  transform: translateY(-50%);
  background: #d9d9d9;
}
.pdp-legendary-history-section .timeline-wrapper .box .date {
  position: absolute;
  top: 0;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #2d4268;
  border: 2px solid #d9d9d9;
}
.pdp-legendary-history-section .timeline-wrapper .date p {
  font-family: 'GloucesterMT-ExtraCondensed';
  font-size: calc(3vw);
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  left: 2rem;
  text-align: center;
  color: #ec8c58;
}

.pdp-legendary-history-section .timeline-wrapper .box .box-content {
  border-radius: 5px;
  position: relative;
  left: 1rem;
  padding: 1rem;
  font-size: 12px;
}
.pdp-legendary-history-section .timeline-wrapper .box-content p {
  margin: 0;
  color: white;
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}
.pdp-legendary-history-section a[role='button'] {
  display: block;
  // width: 160px;
  padding: 4px 48px;
  text-align: center;
  background-color: #ec8c58;
  position: absolute;
  bottom: 2rem;
  left: calc(50% - 5rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  font: 600 17px/2.5 Montserrat, sans-serif;
  text-transform: uppercase;
}

.pdp-legendary-history-section a[role='button']:not(.button-mobile) {
  left: 3rem;
}

.button-container {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
}

.pdp-legendary-history-section a.button-mobile {
  display: none;
}

@media screen and (min-width: 750px) {
  div:has(>.pdp-legendary-history-section) {
    // border-bottom: 2rem solid #5880A4;
    border-bottom: 0;
  }

  .pdp-legendary-history-section h2,
  .pdp-legendary-history-section h3 {
      text-align: left;
      margin-inline-start: 1rem;
      margin-block-end: 0;
  }
}

@media screen and (max-width: 749px) {
  .pdp-legendary-history-section {
    // background-position-x: right;
    background-size: auto 75% !important;
    background-position-x: 90%;
    margin: 0 15px;
    max-width: 100vw;
  }

  .pdp-legendary-history-section:before {
    background: linear-gradient(
      360deg,
      #2d4268 25.86%,
      rgba(45, 66, 104, 0.657349) 58.41%,
      rgba(45, 66, 104, 0.633482) 62.03%,
      rgba(45, 66, 104, 0.18) 94.58%
    );
  }
  .pdp-legendary-history-section .wavy-top {
    margin-bottom: 4rem;
  }
  .pdp-legendary-history-section .wavy-top svg:first-child {
    width: calc(100vw);
    margin-block-start: -1px;
    margin-inline-start: -1px;
  }
  .pdp-legendary-history-section .wavy-top svg:last-child {
    display: none;
  }
  .pdp-legendary-history-section .section-content-inner {
    margin: unset;
    padding: unset;
    top: 5rem;
  }
  .pdp-legendary-history-section .section-content-inner > span {
    display: inline-block;
    color: #fff;
    font-size: calc(5vw);
    font-family: Montserrat;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10rem;
    width: 100%;
  }

  .pdp-legendary-history-section h2 {
    font-size: calc(16vw);
    line-height: 1;
    margin-bottom: 0;
  }
  .pdp-legendary-history-section h3 {
    font-size: calc(3.6vw);
  }
  .pdp-legendary-history-section a[role='button'] {
    margin: unset;
  }

  .pdp-legendary-history-section a.button-mobile {
    display: block;
    width: unset;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: -0.7px;
    padding-inline-start: 0.3rem;
    padding-inline-end: 0.3rem;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
  }
  .pdp-legendary-history-section a.button-desktop {
    display: none;
  }
  .pdp-legendary-history-section .timeline-wrapper {
    display: none;
  }
}