.question-group h2 {
	color:#df6c27;
	margin:26px 0 14px;
}
	.question-group h2 a:hover {
		text-decoration: none;
	}
 
 h3
 {
 	margin:2px 0 0 0 ;
    font-size: 15px;
 	color: #383838;
 }

.answer {
     display: none;
	padding-left: 3.2%;
	width: 96.8%;
 }

 .answer p {
 	margin-top: 5px;
 }
 
a.question {
	color: #707070;
	text-decoration: underline;
	outline: 0;
}
.question-group > .question-item h3 {
	display: block;
}
.question-group > .question-item h3:before {
	color: #E8750F !important;
	content: counters(item,".") ". ";
	counter-increment: item;
	padding-right: 3px;
}

.question-group > .question-item h3 {
	display: block;
}
.question-group > .question-item h3:before {
	color: #E8750F !important;
	content: counters(item,".") ". ";
	counter-increment: item;
	padding-right: 3px;
}
.question-group {
	counter-reset: item;
	margin: 0;
	overflow: hidden;
}
.ipadimg
{
   height:400px;
    }

@media (max-width: 480px) {
	.answer {
		padding-left: 0;
		width: 100%;
	}
}