.work-process {
  width: 100%;
  height: 80vh;
  background-image: url("../images/work-process-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Raleway";
  padding-top: 80px;
  margin-top: 120px;
}

.work-process .work-title {
  color: var(--white-color);
  font-weight: 400;
  font-size: 26px;
  text-transform: capitalize;
}

.work-process p {
  width: 44%;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  color: var(--white-color);
  line-height: 24px;
  letter-spacing: 0.25px;
  font-size: 15px;
}

.work-process .work-items {
  width: 100%;
  height: 200px;
  margin: auto;
  margin-top: 70px;
  position: relative;
}

.work-process .work-items .item {
  width: 14%;
  height: 180px;
  background-color: var(--white-color);
  float: left;
  padding: 5px;
  border-radius: 20px;
  box-shadow: 6px 7px 1px 2px #e4e4e442;
  transition: margin-top 0.5s;
}

.work-items .item:hover {
  cursor: pointer;
  margin-top: 15px;
}

.work-process .work-items .item.mg {
  margin: 0 1.4%;
}

.work-process .work-items .item.no-left {
  margin-left: 0;
}

.work-process .work-items .item img {
  margin-top: 20px;
}

.work-process .work-items .item .work-item-title {
  margin: 10px 0;
  font-weight: 400;
  text-transform: capitalize;
}

.item-list {
  list-style: none;
}

.item-list li {
  color: var(--light-gray);
  text-transform: capitalize;
  font-size: 13px;
  margin: 5px 0;
}
