.faq .image-banner{
  background-image: url("/local/templates/hill/img/faq.jpg");
}
.faq .image-banner h1{
  font-size: 35px;
  line-height: 40px;
  color: #FFFFFF!important;
  padding: 50px 30px;
}
.faq .section .name-sect{
  font-size: 35px;
  line-height: 40px;
  color: #263F29;
  margin-bottom: 35px;
}
.sect-items{
  display: flex;
  flex-wrap: wrap;
}
.sect-items .sect-item{
  font-size: 17px;
  line-height: 26px;
  color: #263F29;
  background: #EFEDEA;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 49%;
  padding: 10px 20px;
  cursor: pointer;
}
.faq .faq-items{
  display: none;
}
.name-faq{
  font-size: 35px;
  line-height: 40px;
  color: #263F29;
  margin-bottom: 40px;
  margin-top: 50px;
}
.sect-item.active{
  background: #263F29;
  color: #FFFFFF;
}
.faq-items.active{
  display: block;
}
.faq{
  margin-bottom: 60px;
}