.section__worksProducts {
  padding-top: 200px;
}

.section__worksParent--subtitle {
  text-align: center;
  opacity: 0.1;
}

.section__worksParent--title {
  text-align: center;
  font-size: 32px;
  margin-top: -1em;
  margin-bottom: 40px;
}

.workItem {
  margin-bottom: 2em;
}
.workItem:nth-child(even) .workItem__wrap {
  flex-direction: row-reverse;
}

.workItem__wrap {
  display: flex;
  background: white;
  box-shadow: 0 0 10px white;
  padding: 2em;
}

.workItem__capture {
  flex: 0 0 30%;
}
.workItem__capture img {
  width: 100%;
}

.workItem__detail {
  flex: 0 0 70%;
  padding: 1em 3em;
}

.workItem__detail--title {
  font-size: 1.5em;
}

.workItem__detail--contents {
  padding-left: 1em;
  margin: 1em 0;
}
.workItem__detail--contents p {
  margin-bottom: 1em;
}

.workItem__detail--skills {
  width: 50%;
  margin: 0 auto;
  background: repeating-linear-gradient(-45deg, var(--tantive-body-backgroun-coror) 0px, var(--tantive-body-backgroun-coror) 20px, transparent 20px, transparent 40px);
  border-radius: 5px;
  padding: 1em;
}

.workItem__detail--skills-title {
  text-align: center;
}

.workItem__detail--skills-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.workItem__detail--skills-list__item {
  width: -moz-fit-content;
  width: fit-content;
}

.workItem__detail--skills-separator {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 0.5em;
}

.workItem__detail--skills-separator-round {
  width: 10px;
  height: 10px;
  background-color: var(--tantive-main-color);
  border-radius: 50%;
}

.workItem__detail--buttons {
  display: flex;
  gap: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media screen and (max-width: 1280px) {
  .workItem .workItem__wrap {
    flex-direction: column;
  }
  .workItem:nth-child(even) .workItem__wrap {
    flex-direction: column;
  }
  .workItem__capture {
    text-align: center;
  }
  .workItem__capture img {
    width: 50%;
  }
  .workItem__detail {
    padding-right: 1em;
    padding-left: 1em;
  }
  .workItem__detail--buttons {
    flex-direction: column;
  }
}/*# sourceMappingURL=style-product.css.map */