$(document).ready(function(){
   
   var altezza = $(".text").height();
   
   if($(altezza<597)) {
   	
		$(".text").height(597);
		
   }
   
});

