
#content{
  position:relative;
  width: 65%;
  margin-left: auto ;
  margin-right: auto ;
  background-color: #ffffff;
  text-decoration: none;
}

.step{
  border-radius:10px; 
  border-style: solid; 
  border-width: 3px;
  border-color: #436d67;
  height: 120px;
  position:relative;
  padding:20px;
  margin: 5px;
  font-weight:bold;
  text-align:center;
  font-size: 1.1em;

}

.step_img
{
position:absolute; 
bottom:20; 
left:40%;
}