@charset "UTF-8";
/* CSS Document */


.h3, h3,{
    font-size: 20px;
    font-weight: bold;
    font-family: Oswald,'Lucida Grande',sans-serif;
}

}


@media screen and (max-width: 767px) {
.h3, h3 {
        font-size: 18px;
	    font-weight: bold;
        font-family: Oswald,'Lucida Grande',sans-serif;

    }
}