/* ##  Pages
--------------------------------------------- */

.home-page-content {
    font-size: 36px;
}

.home-page-content h2 {
    font-size: 44px;
}

.home-page-content p.has-large-font-size{

}


@media only screen and (max-width: 870px) {

    .home-page-content {
        font-size: 18px;
    }

    .home-page-content h2{
		font-size: 24px;
	}

}