
#content-block-3 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-3 .row {
  display: flex;
  gap: 30px;
}
#content-block-3 .left-column {
  flex: 2;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
#content-block-3 .right-column {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-left: 3px solid #007bff;
  font-style: italic;
  text-align: center;
}
#content-block-3 .right-column p {
  margin: 0;
}
#content-block-3 .right-column .author {
  margin-top: 10px;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 768px) {
  #content-block-3 .row {
    flex-direction: column;
  }
  #content-block-3 .right-column {
    border-left: none;
    border-top: 3px solid #007bff;
  }
}



#text-block-21 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  color: var(--text-color, #343a40);
}
#text-block-21 .container {
  max-width: 800px;
}
#text-block-21 .section-title-optional {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-21 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 40px;
}
#text-block-21 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  margin-bottom: 1.5rem;
  text-align: left;
}
#text-block-21 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-21 .first-paragraph-emphasis {
  font-size: var(--emphasis-font-size, 1.6em);
  font-weight: var(--emphasis-font-weight, 600);
  line-height: var(--emphasis-line-height, 1.5);
  color: var(--text-color, #343a40);
  margin-bottom: 2rem;
}
/*
#text-block-21 .first-paragraph-emphasis::first-line {
    font-size: var(--emphasis-font-size, 1.6em);
    font-weight: var(--emphasis-font-weight, 600);
    line-height: var(--emphasis-line-height, 1.5);
    color: var(--text-color, #343a40);
}
*/
@media (max-width: 767.98px) {
  #text-block-21 {
    padding: 60px 0;
  }
  #text-block-21 .text-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #text-block-21 .text-paragraph {
    font-size: 1rem;
    line-height: 1.7;
  }
  #text-block-21 .first-paragraph-emphasis {
    font-size: 1.4em;
    line-height: 1.6;
  }
}



#faq-6 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-6 .faq-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#faq-6 .faq-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
#faq-6 .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#faq-6 .faq-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
#faq-6 .faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#faq-6 .faq-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
#faq-6 .faq-content {
  flex: 1;
  text-align: left;
}
#faq-6 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}
#faq-6 .faq-answer {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #faq-6 .faq-list {
    gap: 15px;
  }
  #faq-6 .faq-item {
    flex-direction: column;
    text-align: center;
  }
  #faq-6 .faq-image {
    margin-bottom: 15px;
  }
  #faq-6 .faq-content {
    text-align: center;
  }
}



#call-to-action-14 {
  padding: 80px 0;
  background-color: #343a40;
  color: #fff;
}
#call-to-action-14 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#call-to-action-14 .col {
  flex: 1;
  padding: 30px;
  text-align: center;
}
#call-to-action-14 .left-col,
#call-to-action-14 .right-col {
  max-width: 30%;
}
#call-to-action-14 .center-col {
  max-width: 35%;
}
#call-to-action-14 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
#call-to-action-14 p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#call-to-action-14 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#call-to-action-14 .left-col .btn,
#call-to-action-14 .right-col .btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-14 .left-col .btn:hover,
#call-to-action-14 .right-col .btn:hover {
  background-color: #fff;
  color: #343a40;
}
#call-to-action-14 .center-col .btn {
  background-color: #ffc107;
  color: #343a40;
}
#call-to-action-14 .center-col .btn:hover {
  background-color: #e0a800;
}
@media (max-width: 992px) {
  #call-to-action-14 .left-col,
  #call-to-action-14 .right-col {
    max-width: 45%;
  }
  #call-to-action-14 .center-col {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #call-to-action-14 .col {
    max-width: 100%;
    margin-bottom: 30px;
  }
}


