
#about-us { background:#fff; border:1px solid #ccc; padding:2em; margin:1em 0; font-family: "Roboto", serif;}
#about-us h1 {font-size:2.5em; font-family: 'Montserrat', Helvetica, Arial; color:#274b04; padding-bottom:.4em; border-bottom:1px solid #bbb; margin-bottom:.5em;}
#about-us h2 {font-size:1.8em; font-family: 'Raleway', Helvetica, Arial; color:#444;  margin-bottom:1em;}

#about-us p { max-width:600px; color:#555; font-size:1em; line-height:1.7em;  margin-bottom: 1em;}

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

#about-us h1 {font-size:2em; }

}


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

#about-us h1 {font-size:1.5em; }


}