.faq2_containter {
   margin-bottom: 5px;
}

.faq2_title_container {
	
    box-shadow: inset 0px 1px 3px 0px #fae8c3;
    background: linear-gradient(to bottom, #ffce72 5%, #f9bb40 100%);
    background-color: #f0e1c5;
    border-radius: 3px;
    border: 1px solid #deac47;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 3px #585040ab;
    padding: 10px 0;
    background-color: #efefef;

	padding: 10px 0;
	  background-color: #efefef;
}

.faq2_content_container{

    padding: 10px;
}

.faq2_title {

    background: url(../images/icon_arrow_down.svg) no-repeat top 2px right 15px;
    background-size: 15px 15px;
    font-weight: bold;
    cursor: pointer;
    font-weight: bold;
    padding-left: 15px;
}

.faq2_title.active{
    background: url(../images/icon_arrow_up.svg) no-repeat top 2px right 15px;
    background-size: 15px 15px;
}

.faq2_title .inner{

  max-width: 90%;
}  
    
 @media (max-width: 480px) {
        
    .faq2_title .inner{

      max-width: 90%;
    } 

}

@media (min-width: 768px) {
    
    .faq2_title .inner{

      max-width: 95%;
    }   

}

@media (min-width: 992px) {



}

@media (min-width: 1200px) {
  
}