$section_title = m052b_get_sub_field("section_title");
$section_subtitle = m052b_get_sub_field("section_subtitle");
$cards = m052b_get_sub_field("section_cards");
$animation_name = m052b_get_sub_field("animation_name");
$animation_offset = m052b_get_sub_field("animation_offset");
?>
echo $section_title; ?>
}?>
echo $section_subtitle; ?>
}?>
$d = 0;?>
foreach($cards as $sc) {
$image = $sc['image'];
$content = $sc['content'];
$link = $sc['link'];
$title = $sc['title'];
?>
data-wow-offset=""}?> data-wow-delay="s"}?>>
$d = $d + 0.2;
if($d > 0.4) {
$d = 0;
}
}
?>