scroll to specific div inside child box jquery code example
Example: scroll to element jquery
$('html, body').animate({
scrollTop: $("#grepperRocks").offset().top
});
$('html, body').animate({
scrollTop: $("#grepperRocks").offset().top
});