
.step-style {
  background-image: linear-gradient(to top right, transparent 50%, #303030 50%);
  background-size: 200% 200%;
  background-position: bottom left;
  transition: background-position 0.45s ease, color 0.3s ease;
}

.step-style:hover {
  background-position: top right;
}

.step-style:hover .dg-step-big-text {
  -webkit-text-stroke-color: #fafafa;
}

.step-style:hover span,
.step-style:hover p {
  color: #eaeaea;
}

.step-style:hover .dg-step-title {
  color: #eaeaea;
}