.yellow-step {background-color: #ffba1a;}
.yellow-step p {
  color: #000;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.img-step {
  position: relative;
}
.img-step img {
  position: relative;    
  margin-left: -34px;
  margin-bottom: -36px;
}
h2.titulo {color: #063F63;
font-family: "Source Sans Pro";
font-size: 46px;
font-style: normal;
font-weight: 400;
margin-bottom:56px;
}
@media only screen and (max-width: 767px) {
  h2.titulo {
font-size: 32px;
}