.works-module {
  padding: 100px 0;
  background: #ffffff
}
.works-module-wrap {
  padding: 60px;
  background-image: url(images/works-module.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.works-module-info {
  padding: 48px 60px 60px 60px;
  max-width: 600px;
  background: #ffffff
}
.works-module-info h2 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 48px;
  color: #343434
}
.works-module-info p {
  color: #343434;
  font-size: 16px;
  line-height: 28px
}
.works-module-info ul {
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 18px;
  list-style: none
}
.works-module-info ul li:first-child {
  border-top: 1px solid #dcdee0
}
.works-module-info ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dcdee0;
  color: #1c1e20;
  position: relative;
  transition: all ease 0.8s;
  font-size: 16px
}
.works-module-info ul li a, .works-module-info ul li:first-child {
  border-color: #dcdee0
}
.works-module-info ul li a:hover {
  color: #ffffff;
  padding: 10px 15px
}
.works-module-info ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "dripicons-v2" !important;
  content: "m";
  z-index: 2;
  color: #1c1e20;
  transform: translateY(-50%);
  font-size: 20px;
  transition: all ease 0.8s
}
.works-module-info ul li a:hover:after {
  right: 15px;
  color: #ffffff
}
.works-module-info ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000000;
  content: "";
  transition: all ease 0.8s;
  z-index: 1
}
.works-module-info ul li a:hover:before {
  height: 100%
}
.works-module-info ul li a span {
  position: relative;
  z-index: 2
}
.works-item {
  max-width: 310px;
  margin: 0 auto;
  cursor: pointer
}
.works-item-icon {
  min-width: 45px;
  display: table-cell;
  vertical-align: top
}
.works-item-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px
}
.works-item-info h4 {
  color: #333333;
  font-size: 26px
}
.works-item-info p {
  color: #343434;
  font-size: 16px;
  line-height: 26px
}
.works-item-link {
  display: inline-block;
  min-width: 130px;
  position: relative;
  color: #000000;
  padding: 8px 0;
  transition: all ease 0.8s
}
.works-item-link:hover {
  color: #ffffff
}
.works-item:hover .works-item-link {
  color: #ffffff;
  padding: 8px 0 8px 15px
}
.works-item-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
  z-index: 1;
  transition: all ease 0.8s
}
.works-item:hover .works-item-link:after {
  height: 100%;
  border-radius: 4px
}
.works-item-link span {
  position: relative;
  z-index: 2
}
.works-item-link i {
  right: 0;
  float: right;
  position: relative;
  transition: all ease 0.8s;
  color: #000000
}
.works-item:hover .works-item-link i {
  right: 10px;
  color: #ffffff
}