@charset "UTF-8";
/* CSS Document */
.sectionpage-faq {
  margin-bottom: 135px;
}
@media(max-width:1024px) {
  .sectionpage-faq {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media(max-width:480px) {
	 .sectionpage-faq {
		 margin-bottom: 30px;
}
}