main {
    background: #ffff;
}

main .container {
  max-width: 1200px;
}

#faq-list {
    padding: 35px 20px 50px 20px;
}

#faq-list a {
  font-family: 'Poppins' !important;
}

.accordion {
    font-weight: 600!important;
    color: #2E2E2E!important;
    background: none;
    font-size: 20px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: .3s!important;
    border-bottom: solid 2px #B9B9B9;
  }

  .active {
    background-color: none; 
    color: var(--green)!important;
    border-bottom: none;
  }

  button.active {
    color: var(--fdgreen)!important;
  }

  button:focus {
    outline: none;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-bottom: solid 2px #B9B9B9;
  }

  .accordion:after {
    content: '\2b';
    font-size: 16px;
    float: right;
    margin-left: 5px;
    color: #2E2E2E!important;
    border: solid 2px #2E2E2E;
    border-radius: 50%;
    padding: 2px 10px;
    height: 32px;
}

#faq-lists {
    background: no-repeat;
    background-size: cover!important;
    background-position: top;
    background-image: url(../../media/images/halftone-bg.png)!important;
}

#faq-lists button:first-child {
    padding-top: 0;
}

#faq-lists .accordion {
    padding-left: 0!important;
    padding-top: 21px;
}

.active:after {
    content: "-";
    font-size: 16px;
    border-radius: 50%;
    padding: 2px 11px;
}

  .accordion button:first-child { 
    display:block;
} 

@media screen and (max-width: 980px) {
    #faq-list {
        padding: 10px 0 30px 0;
    }

    #faq-lists .col {
        padding: 0;
    }

    .accordion {
        font-size: 17px!important;
        padding: 20px 0 20px 0;
        display: flex;
        justify-content: space-between;
    }
}
