
#overview-11 {
  background-color: #fff;
  overflow: hidden;
}
#overview-11 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-11 .section-intro {
  margin-bottom: 2.5rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-11 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-11 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 1rem;
}
#overview-11 .section-intro img {
  max-height: 80px;
  width: auto;
  margin-top: 1rem;
}
#overview-11 .multi-column-content {
  text-align: justify;
  line-height: 1.8;
  color: #343a40;
}
@media (min-width: 768px) {
  #overview-11 .multi-column-content {
    column-count: var(--column-count, 2);
    column-gap: 2.5rem;
  }
  #overview-11 .multi-column-content p,
  #overview-11 .multi-column-content strong,
  #overview-11 .multi-column-content br {
    break-inside: avoid;
  }
}
#overview-11 .multi-column-content p {
  margin-top: 0;
}
#overview-11 .multi-column-content strong {
  color: #000;
}



#text-block-27 {
  color: var(--text-color, #343a40);
}
#text-block-27 .text-segment {
  padding: 60px 0;
  transition: background-color 0.3s ease;
}
/* #text-block-27 .text-segment:not(:first-child) {
    border-top: 1px solid #e9ecef;
} */
#text-block-27 .container {
  max-width: 900px;
}
#text-block-27 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 50px;
  padding-top: 80px;
  background-color: var(--segment-bg-color-1, #ffffff);
}
#text-block-27 .segment-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  margin-bottom: 25px;
}
#text-block-27 .segment-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-27 .segment-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-27 .text-segment {
    padding: 50px 0;
  }
  #text-block-27 .section-title-main {
    font-size: 2rem;
    padding-top: 60px;
    margin-bottom: 40px;
  }
  #text-block-27 .segment-heading {
    font-size: 1.6rem;
  }
  #text-block-27 .segment-paragraph {
    font-size: 1rem;
  }
}



#content-block-18 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#content-block-18 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-18 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-18 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-18 .content-column {
  margin-bottom: 1.5rem;
}
#content-block-18 .content-column h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--bs-primary, #0d6efd);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
  display: inline-block;
}
#content-block-18 .content-column h5 {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #495057;
}
#content-block-18 .content-column p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-18 .content-column p:last-child {
  margin-bottom: 0;
}
#content-block-18 .content-column ul,
#content-block-18 .content-column ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #555;
}
#content-block-18 .content-column ul li,
#content-block-18 .content-column ol li {
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  /* #content-block-18 .content-column:not(:last-child) {
    border-right: 1px solid #e9ecef;
    padding-right: 1.5rem;
  }
  #content-block-18 .content-column:not(:first-child) {
     padding-left: 1.5rem;
  } */
  #content-block-18 .content-column {
    margin-bottom: 0;
  }
}


