
.screenshot {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.75);
}

.steps-intro {
  margin: 40px 0;
  background: #eee;
}

.steps-intro h4 {
  width: 100%;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
}

.step-1 h2,
.step-1 .row {
  margin-bottom: 50px;
}

.step-2 {
  margin-bottom: 50px;
}

.step-2 h2 {
  margin-bottom: 50px;
}