 
#container {
  width: 100%;
  margin: 0;
  overflow: auto;
  border-radius:10px;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.title h3{ 
  background: #525520;
  color: #fff;
  text-align: center;
  padding: 13px;
  border-radius:10px;
}
.faq ui { list-style:none}
.faq ul li {list-style:none;padding: 5px 15px;border-bottom:1px solid #a8a235;}
.faq li a{   }
 

.faq li.q {
  background: #525520; 
  cursor: pointer;
  color:#fff;
 padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
  font-size:16px;
  border-bottom:1px solid #5f6324; 
   
}
.faq li.q img{float:right; padding:5px;}

.faq li.a {
  background: #c8c252;
  display: none;
    border-radius: 10px;
}

 .rotate {
    transform: rotate(45deg);
}
@media (max-width:800px) {

#container { width: 100%; }
}
