
#faq-1 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-1 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-1 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-1 .accordion-button {
  background-color: #17a2b8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-1 .accordion-button:hover {
  background-color: #138496;
}
#faq-1 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#text-block-26 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-26 .container {
  max-width: 900px;
}
#text-block-26 .aligned-heading-wrapper {
  margin-bottom: 30px;
}
#text-block-26 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 15px;
  display: block;
}
#text-block-26 .divider-aligned {
  height: 3px;
  width: 120px;
  background-color: var(--divider-color, #6c757d);
}
#text-block-26 .divider-aligned.divider-start {
  margin-right: auto;
  margin-left: 0;
}
#text-block-26 .divider-aligned.divider-end {
  margin-left: auto;
  margin-right: 0;
}
#text-block-26 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
  text-align: left;
}
#text-block-26 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-26 {
    padding: 60px 0;
  }
  #text-block-26 .aligned-heading-wrapper {
    text-align: center !important;
    margin-bottom: 30px;
  }
  #text-block-26 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-26 .divider-aligned {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100px;
  }
  #text-block-26 .text-paragraph {
    font-size: 1rem;
  }
}


