.works {
  background: #7d5e13;
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
}

.works::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #161615;
  border-left: 100vw solid transparent;
}

.works__container {
  margin-top: 50px;
}
