.section__worksParent {
  padding-top: 200px;
  text-align: center;
  padding-bottom: 200px;
}

.section__worksParent--subtitle {
  opacity: 0.1;
}

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

.woksList {
  display: flex;
  flex-wrap: nowrap;
  gap: 4em;
}

.worksItem {
  flex: 0 0 calc((100% - 8em) / 3);
  padding-bottom: 1em;
  background-color: white;
  box-shadow: 0 0 5px white;
}

.works--img {
  padding: 1em;
}
.works--img img {
  width: 30%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .woksList {
    flex-direction: column;
  }
}/*# sourceMappingURL=style-works.css.map */