.step-title {
     color: #6786FF;
 }

 .step-desc {
     color: #6ada54;
 }

 .img-hero {
     width: 600px;
 }

 @media (max-width: 900px) {
     .img-hero {
         width: 400px;
     }
 }