.instruction-wrapper_img img{
    max-width: 700px;
}

@media (max-width: 768px) {
    .instruction-wrapper_img img{
        max-width: 100%;
    }
}