main{
	width: 100%;
  overflow-x: hidden;
  background: #FFF;
  position: relative;
}
section{
  margin-bottom: 10em!important;
}
.faq-list{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.faq-list .item-list{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1em;
}
.faq-list .item-list h3{
  cursor: pointer;
}
.faq-list .item-list .answer{
  display: none;
}
@media (max-width: 767px){
  .header-content .left{
    width: 100%;
  }
  .header-content .left h1{
    text-align: left;
  }
}