@media screen 
and (max-width: 1000px),
/*ipad pro*/screen and (min-device-width : 1024px) 
and (max-device-width : 1366px)
and (orientation: portrait) {
	
    #content .content-wrapper{
	    margin: 30px;
    }
    
    .content-wrapper h1{
	    font-size: 25px;
	    line-height: 30px;
    }
    
    .frequently-asked-question h2{
	    font-size: 18px;
	    padding-right: 20px;
	   line-height: 30px;
	       background-size: 12px   
    }
    

    
    
   .frequently-asked-question .answer{
	    font-size: 13px;
	    color: #999;
	    line-height: 30px;
	    padding-left: 0px;
	    width: 100%;
    }
    
    .frequently-asked-question h2{
	    background-position-y: 10px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}