Job Openings
foreach ($job_openings as $index => $job) {
if ($count > 1) {
if ($index % 2 === 0) {
$col_style = '';
$style = ' ps-lg-6 ms-lg-3';
} else {
$col_style = ' border-start-lg';
$style = ' pe-lg-6 me-lg-3';
}
} else {
$col_style = '';
$style = '';
}
?>




