ok try this:
first apply the global style rule mentioned before:
* {margin:0; padding:0; border:0;}
at the top of your stylesheet.
Then for .project_header .sent1 and sent2
Code:
.project_header .sent1 {
color: #52C5D7;
font-size: 24px;
line-height: 50%;
margin-top: 5px;
}
.project_header .sent2 {
color: #999999;
font-size: 20px;
margin-bottom: -15px;
}
Finally remove those <br> tags between your <p> tags. See how that works.