.parts-cta {
  background: center/cover no-repeat url("../images/home/cta-bg.webp");
}

.parts-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  padding: 72px 40px;
}
@media only screen and (max-width: 768px) {
  .parts-cta-inner {
    padding: 32px 16px;
  }
}

.parts-cta-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .parts-cta-title {
    font-size: 26px;
    line-height: 1.5;
  }
}

.parts-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .parts-cta-btns {
    flex-direction: column;
    gap: 16px;
  }
}

.parts-cta-btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.parts-cta-btn-lead {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #FFF;
}

.parts-cta-btn-lead::before {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #FFF;
  rotate: -30deg;
  content: "";
}

.parts-cta-btn-lead::after {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #FFF;
  rotate: 30deg;
  content: "";
}

.parts-cta-btn {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .parts-cta-btn {
    font-size: 20px;
    height: 50px;
  }
}/*# sourceMappingURL=parts-cta.css.map */