
#hero-10 {
  padding: 120px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-10 .hero-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-10 .hero-subtitle {
  font-size: 22px;
  color: #777;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 14px 40px;
  font-size: 18px;
}



#policy-5 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f4f4f4;
}
#policy-5 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#policy-5 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#policy-5 .content-wrapper p {
  margin-bottom: 15px;
}



#text-block-22 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #e9ecef);
}
#text-block-22 .container {
  max-width: 750px;
}
#text-block-22 .speech-bubble-box {
  position: relative;
  background-color: var(--bubble-bg-color, #ffffff);
  color: var(--bubble-text-color, #343a40);
  padding: 35px 40px;
  border-radius: var(--bubble-radius, 15px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#text-block-22 .speech-bubble-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
#text-block-22 .speech-bubble-box.position-bottom-left::after {
  border-width: 15px 15px 0 0;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  left: 30px;
}
#text-block-22 .speech-bubble-box.position-bottom-center::after {
  border-width: 15px 10px 0 10px;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#text-block-22 .speech-bubble-box.position-bottom-right::after {
  border-width: 15px 0 0 15px;
  border-color: var(--bubble-bg-color, #ffffff) transparent transparent
    transparent;
  bottom: -15px;
  right: 30px;
}
#text-block-22 .speech-bubble-box.position-top-left::after {
  border-width: 0 15px 15px 0;
  border-color: transparent var(--bubble-bg-color, #ffffff) transparent
    transparent;
  top: -15px;
  left: 30px;
}
#text-block-22 .text-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  margin-bottom: 20px;
  text-align: center;
}
#text-block-22 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.75;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
  font-style: italic;
}
#text-block-22 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-22 .text-paragraph:first-of-type {
}
@media (max-width: 767.98px) {
  #text-block-22 {
    padding: 60px 0;
  }
  #text-block-22 .speech-bubble-box {
    padding: 30px 25px;
  }
  #text-block-22 .text-heading {
    font-size: 1.6rem;
  }
  #text-block-22 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-22 .speech-bubble-box::after {
  }
  #text-block-22 .speech-bubble-box.position-bottom-left::after,
  #text-block-22 .speech-bubble-box.position-top-left::after {
    left: 20px;
  }
  #text-block-22 .speech-bubble-box.position-bottom-right::after {
    right: 20px;
  }
}



#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;
}


