
 .image {
    text-align: center;
     padding: 16px 0 0 0
}
 ol li:nth-child(1) .image img {
    width: 50%;
}
 ol li:nth-child(2) .image img {
    width: 80%;
}
 ol li:nth-child(3) .image img {
    width: 80%;
}

.image.return {
    text-align: center;
}
.image.return img {
    width: 100%;
}