Hello graud,
I prefer not to set heights on elements and allow them to expand to contain what you put in them.
Like this -
Code:
.homecontent_02 .info2 {
background: none repeat scroll 0 0 #FFFFFF;
border-right: 4px solid #FFFFFF;
display: inline-block;
float: left;
/*height: 90px;*/
margin: 0 1px 0 0;
overflow: hidden;
padding: 0 10px 10px;
width: 320px;
}
.homecontent_02 .holder p {
font-size: 11px;
/*height: 52px;*/
line-height: 18px;
margin: 2px 0 0;
overflow: hidden;
padding: 0 2px !important;
}