Conditional for a page that is a single post type. (Swapping out h3 content)
<div class="degree-section">
<?php if( is_single(2524) ): ?>
<h3>Build upon your nursing career with a BSN that opens up these opportunities:</h3>
<?php else : ?>
<h3>Potential Careers</h3>
<?php endif; ?>