section#workprocess {

  background-color: #f2ede3;
  /*! background: url(../img/workback.jpg) no-repeat center /cover; */
  /*! filter: blur(20px); */
  display: flex;
  align-items: center;
}
section#workprocess .wrap {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  position: relative;
}
section#workprocess .wrap::after{
  display: block;
  /*! content: ""; */
  width: 900px;
  height: 150px;
  background: url(../img/web.png) no-repeat top /cover;
  position: absolute;
  bottom: -20px;
  right: -100px;
  opacity: 0.15;
  
}
section#workprocess .wrap .slick-dots{
  display: flex;
  bottom: -35px;
}
section#workprocess .wrap  .slick-dots li{
  width: 50%;
  margin: 0;
}
section#workprocess .wrap >h3{
  line-height: 5;
  font-size: 30px;
  grid-row: 1;
  grid-column: 2;
  justify-self: end;
}
section#workprocess .wrap >p{
  
  margin-bottom: 100px;
}
section#workprocess .wrap >ul.work{
  width: 1503px;
  display: flex;
  cursor: url(../img/drag.png) 20,30;
}
section#workprocess .wrap >ul.work:hover{
  cursor: url(../img/drag.png) 20 30, auto;
}
c .slick-dots{
  top: -20px;
  display: flex;
  justify-content: center;
}
.slick-dots li .slick-dots li{
  position: initial;
}
section#workprocess .slick-dots li button{
   
}
section#workprocess .slick-dots li button::before{
  width: 100%;
  content: "";
  height: 3px;
  background-color: #999;
}
/* section#workprocess .wrap::after{
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: url(../img/markup.jpg) no-repeat center /cover;
  grid-row: 2 / span 3;
  grid-column: 2;
} */
section#workprocess .wrap ul.work li.process{
  text-align: start;
  height: 300px;
  background-color: white;
  margin: 0 15px;
  padding: 20px;
  box-sizing: border-box;
}
section#workprocess .wrap ul.work li h3{
  line-height: 1.5;
  font-size: 23px;
  color: #222;
  font-weight: 350;
  margin-bottom: 18px;
}
section#workprocess .wrap ul.work li p{
  font-size: 17px;
  color: #444;
}
section#workprocess .slick-prev{
  left: -50px;
}
section#workprocess .slick-next{
  right: -35px;
}
section#workprocess .slick-prev::before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/pre.png) no-repeat center /contain;
}

section#workprocess .slick-next::before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/next.png) no-repeat center /contain;
}

