
/* ==================== 
   FAQ SECTION
   ==================== */

.faq-section {
  padding: 60px 0;
  background-color: white;
}

.accordion-item {
  border: 1px solid #b1db83;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}

.accordion-button {
  background-color: white;
  color: var(--text-dark);
  font-weight: 600;
  padding: 20px;
}

.accordion-button:not(.collapsed) {
  box-shadow: 0 0 0 0.25rem rgb(163 167 174 / 25%);

  background-color: #faf8f8;
  color: #333333;
}

.accordion-body {
  padding: 20px;
  color: var(--text-light);
  line-height: 1.8;
  text-align: right;
}
.btn-orange {  
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0px auto;
    margin-top: 25px;
    font-size: 27px;
    padding: 30px 30px;
  }