Try this code below.
/* COMPANY ADDRESS */
if( !empty($zerif_address) ):
echo '<div class="'.$footer_class.' company-details">';
echo '<div class="icon-top red-text">';
if( !empty($zerif_address_icon) ) echo '<img src="'.esc_url(__($zerif_address_icon,'zerif-lite')).'">';
echo '</div>'; ?>
<a href="<?php echo get_permalink( pll_get_post(722) ); ?>"><?php
if ( 'en_US' == get_locale() )
echo 'About me';
else
echo 'About me in Finnish'; ?>
</a> <?php
echo '</div>';
endif;