
#content-block-15 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 100%;
  background: #f9f9f9;
}
#content-block-15 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
#content-block-15 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#content-block-15 .content-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}



#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;
  }
}



#call-to-action-9 {
  background-color: #f8f9fa;
  color: #333;
  padding: 60px 20px;
}
#call-to-action-9 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-9 .cta-icon {
  flex: 0 0 auto;
}
#call-to-action-9 .cta-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
#call-to-action-9 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-9 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-9 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-Action-9 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-9 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-9 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-9 .cta-text {
    text-align: center;
  }
}


