.faq-gc {
  padding-top:200px;
  padding-bottom:120px;  
}

.faq-gc .title {
  text-align: center;
  margin-bottom:80px;
}

.new-list-box{
  max-width:900px;
  margin:0 auto 120px;
}

.new-list .holder {
  padding: 20px 0;
  border-bottom: 1px solid #DAEAF8;
}

.new-list .holder .topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #162630;
  margin: 0;
  cursor: pointer;
  font-weight: 700;
  text-transform: none;
}

.new-list .holder .topic:after {
  content: '';
  background: url("https://7851874.fs1.hubspotusercontent-na1.net/hubfs/7851874/Gera%C3%A7%C3%A3o%20centralizada/icon-arrow-down-yellow.svg") no-repeat center;
  background-size: cover;
  display: block;
  width: 24px;
  height: 14px;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  margin-left: 20px;    
}

.new-list .holder .topic.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.new-list .holder .topic.active {
  color: #EFB900;
}

.new-list .topic-content {
  display: none;
  padding: 20px 0 20px;
}

.new-list .topic-content p,
.new-list .topic-content li {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 1.4rem;
  color:#162630;
}

.new-list .topic-content ul {
  margin-left: 1rem;  
  list-style: none;
}

.new-list .topic-content ul li::before {
  content: "\2022"; 
  color: #AACADD; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.new-list-gc-btn{
  text-align:center;
}

/*
* Moobile
*/
@media (max-width: 767px){
  .faq-gc {
    padding: 110px 0 110px;
  }
  .faq-gc .title {
    padding: 40px 0 20px 0;
    font-size: 30px;
    line-height: 35px;
    margin-bottom:20px;
  }
  
  .new-list {
    margin: 0 0 30px;
  }
    .new-list .holder .topic {
    font-size: 18px;
    line-height:22px;
    flex-wrap: wrap;
    width: calc(100% - 40px);
  }

  .new-list .holder .topic:after {
    position: absolute;
    right: 35px;
    background-size: contain;
    width: 14px;
    height: 14px;    
  }
  .new-list .topic-content p, .new-list .topic-content li {
    font-size: 16px;
    line-height: 22px;
  }
}
