/* STEPS */

#steps ul {
  margin: 80px 0;
}

#steps ul li {
  transition: box-shadow .3s;
  width: 300px;
  float: left;
  padding-top: 20px;
  text-align: center;
  margin-right: 10px;
}

#steps ul li:hover {
  padding-top: 19px;
  border-radius: 12px;
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  border-bottom: 2px solid #02b8dd;
}

#steps ul li:hover img {
    background-color: #02b8dd;
    border-radius: 1000px;
}

#steps ul li:last-child {
  margin-right: 0;
}

#steps h4 {
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#steps p {
  padding: 10px;
  margin-bottom: 20px;
}
