.elementor-11207 .elementor-element.elementor-element-92a9ad3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3013a04 */.pcp-faq{
  background:#fff;
  padding:80px 20px;
}

.pcp-faq__container{
  max-width:900px;
  margin:auto;
}

.pcp-faq h1{
  font-size:40px;
  font-weight:900;
  margin-bottom:10px;
}

.pcp-faq__subtitle{
  color:#666;
  margin-bottom:50px;
}

.pcp-faq h2{
  margin-top:50px;
  margin-bottom:20px;
  font-size:22px;
}

.faq-item{
  border-bottom:1px solid #eee;
}

.faq-q{
  width:100%;
  text-align:left;
  background:none;
  border:none;
  padding:18px 0;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  position:relative;
}

.faq-q::after{
  content:"+";
  position:absolute;
  right:0;
  font-size:22px;
}

.faq-item.active .faq-q::after{
  content:"−";
}

.faq-a{
  max-height:0;
  overflow:hidden;
  color:#555;
  transition:.3s ease;
  padding-right:20px;
}

.faq-item.active .faq-a{
  max-height:200px;
  padding-bottom:18px;
}/* End custom CSS */