Оформление заголовков


хтмл-код

<div class="col-lg-9 col-md-9 col-sm-9 col-xs-12 xs-padding-none">
	<h2>2010 Porsche Carrera 4S All-Wheel Drive</h2>
	<span class="margin-top-10">Our template platform will maximize the exposure of your inventory online</span>
</div>

и цсс-стили

.inventory-heading h2 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -2.5px;
    line-height: 33px;
    margin: 0;
	word-break: normal;
	font-family: "Open Sans",sans-serif,Arial;
	color: #3a3a3a;
}
.inventory-heading span {
    display: inline-block;
    font-size: 22px;
    letter-spacing: -1.5px;
    line-height: 20px;
    word-spacing: 2px;
	margin-top: 10px;
	word-break: normal;
	color: #3a3a3a;
}

подсмотрено тут