Heading

Different title types. Include title, sub title description, separator

Heading 1

Heading default style.

Best Properties For Sale

Lorem ipsum dolor sit amet, consec tetur cing elit. Suspe ndisse suscipit

<h2 class="text-heading">Best Properties For Sale</h2>
<span class="heading-divider"></span>
<p>Lorem ipsum dolor sit amet, consec tetur cing elit. Suspe ndisse suscipit</p>

Heading 2

Heading with secondary background.

Best Properties For Sale

Lorem ipsum dolor sit amet, consec tetur cing elit. Suspe ndisse suscipit

<div class="bg-secondary text-white p-4">
    <h2 class="text-white">Best Properties For Sale</h2>
    <span class="heading-divider"></span>
    <p>Lorem ipsum dolor sit amet, consec tetur cing elit. Suspe ndisse suscipit</p>
</div>

Heading 3

Heading content with html.

Explore
by Property Type

Lorem ipsum dolor sit amet, consec tetur cing elit. Suspe ndisse suscipit

<h2 class="text-heading">Explore <br> by Property Type</h2>
<span class="heading-divider"></span>
<p class="w-50">Lorem ipsum dolor sit amet, consec tetur cing elit. Suspe ndisse suscipit</p>

Heading 4

Heading content center without description

We have the most listings and constant updates.
So you’ll never miss out.

<h2 class="text-heading text-center line-height-base">
    We have the most listings and constant updates. <br>
    So you’ll never miss out.
</h2>
<span class="heading-divider mx-auto"></span>

Heading 5

Heading content center with sub title

testimonials

Check Out Recent News & Articles

<p class="text-primary letter-spacing-263 text-uppercase lh-186 text-center mb-0">testimonials</p>
<h2 class="text-heading text-center lh-1625">
    Check Out Recent News & Articles
</h2>

Heading 6

Heading content center with text white

Looking to Buy a new property or Sell
an existing one?

<div class="bg-secondary p-4">
    <h2 class="line-height-base text-white text-center font-weight-normal">Looking to Buy a new property or Sell <br/>
        an existing one?</h2>
    <span class="heading-divider mx-auto"></span>
</div>

Heading 7

Heading content left with sub title

Blog & news

Interesting Articles
Updated Daily

<p class="text-primary letter-spacing-263 text-uppercase mb-4">Blog & news</p>
<h2 class="text-heading lh-15">
    Interesting Articles<br/>
    Updated Daily
</h2>

Heading 8

Heading with border left

For more information about our services, get in touch with our expert consultants

10 new offers every day. 350 offers on site, Trusted by a community of thousands of users.

<div style="max-width: 540px">
    <div class="pl-6 border-4x border-left border-primary">
        <h2 class="text-heading lh-15">For more information about our services,<span class="text-primary"> get in touch</span> with our expert consultants</h2>
        <p class="lh-2 fs-md-15 mb-0 pr-lg-6">10 new offers every day. 350 offers on site, Trusted by a community of thousands of users.</p>
    </div>
</div>

Heading 9

Heading white with sub title

let us find your home

We have the most Listing in Los Angeles

<div class="py-6 text-center bg-cover" style="background-image: url('../../images/bg-home-8.jpg')">
    <p class="text-white letter-spacing-34 fs-15 text-uppercase lh-186 mb-0 pt-1">let us find your home</p>
    <h2 class="fs-md-42 text-white pt-5">
        We have the most Listing in
        <span class="fs-md-52 font-weight-bold text-white pt-2 d-block">Los Angeles</span>
    </h2>
</div>