.impacta-faq {
  padding: 0 0 100px
}

.impacta-faq .title {
  text-align: center;
  padding: 60px 0;
  color: #000000;
  font-size: 47px;
  line-height: 60px;
  font-weight: 300;
}

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

.new-list .holder .topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #20263E;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}

.new-list .holder .topic:after {
  content: '';
  background: url("https://f.hubspotusercontent20.net/hubfs/7851874/_2021/lp-impacta/arrow.png") 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;
}

.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: #8cbd06;
}

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

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

.foot-faq {
  background-color: #ecffb7;
  border-radius: 115px;
  padding: 15px 100px;
  margin: 100px 0 0;
}

.foot-faq p {
  color: #20263E;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  text-align: center;
}

.foot-faq p a {
  font-weight: 700;
  color: inherit;
}

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

  .new-list .holder .topic:after {
    position: absolute;
    right: 15px;
  }
  .foot-faq {
    border-radius: 20px;
    padding: 20px;
    margin: 0;
  }

  .foot-faq p {
    font-size: 18px;
    line-height: 30px;
  }


}









