Looking to understand why i cant see the container

Note: not a developer and have just built a heap of webscrapers for my own use... but lately there have been some webpages that i scrape for job advertisements , that i just dont understand why selenium cant see the container.

One example is www.hanwha-defence.com.au/careers ,

my python script has:

        job_rows = soup.find_all('div', class_='row default')
        print(f"Found {len(job_rows)} job rows")

and the element :
<div class="row default">

<div class="col-md-12">

<div>

<h2 class="jobName\_h2">Office Coordinator</h2>

<h6 class="jobCategory">Administration &amp; Customer Service </h6>

<div class="jobDescription_p"

but i'm lost to why it cant see it , please help a noob with suggestions

another page im having issues with is :

https://www.midcoast.nsw.gov.au/Your-Council/Working-with-us/Current-vacancies'