.production-bg {
  background-image: url("../img/production_background.png");
  background-size: 100%;
  background-clip: content-box;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: top center;
  border: solid transparent;
  height: 200%;
}

.production-main {
  padding: 15%;
  background-image: url("../img/ink_texture.jpg");
  background-size: 100%;
  background-clip: text;
  color: transparent;
}

.production-main p {
  font-size: 24px;
}

.production-main ul {
  list-style-type: disc;
}

@media screen and (max-width: 600px) {
  .production-main p {
    font-size: 14px;
  }
}