/* CSS stylesheet for faq.php */

h3 
{ 
  text-align: left;
  margin-top: 30px;
}

@media ( max-width: 500px )
{
  h3 { margin-top: 15px; }
}