
#content-block-22 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-22 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-22 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-22 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-22 .definition-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-22 dl dt {
  font-weight: 600;
  color: #343a40;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
#content-block-22 dl dt:first-child,
#content-block-22 dl dt:first-of-type {
  margin-top: 0;
}
#content-block-22 dl dt i {
  color: var(--bs-primary, #0d6efd);
  margin-right: 0.6rem;
  font-size: 1em;
  min-width: 1.2em;
  text-align: center;
}
#content-block-22 dl dd {
  margin-left: 0;
  padding-left: 1.8rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
#content-block-22 dl dd:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #content-block-22 dl.dl-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem 1.5rem;
  }
  #content-block-22 dl.dl-row dt {
    grid-column: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
  }
  #content-block-22 dl.dl-row dd {
    grid-column: 2;
    padding-left: 0;
    margin-bottom: 0;
  }
  #content-block-22 dl.dl-row dt {
    flex-direction: row-reverse;
  }
  #content-block-22 dl.dl-row dt i {
    margin-right: 0;
    margin-left: 0.6rem;
  }
}



#text-block-20 {
  padding: 100px 0;
  min-height: 60vh;
  background: linear-gradient(
    135deg,
    var(--grad-color-1, #6a11cb),
    var(--grad-color-2, #2575fc)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-20 .container {
  max-width: 800px;
}
#text-block-20 .content-box-on-gradient {
  background-color: var(--box-bg, #ffffff);
  color: var(--box-text-color, #212529);
  padding: 50px 55px;
  border-radius: var(--box-radius, 10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#text-block-20 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: inherit;
  margin-bottom: 25px;
}
#text-block-20 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-20 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-20 {
    padding: 70px 15px;
    min-height: auto;
  }
  #text-block-20 .content-box-on-gradient {
    padding: 40px 30px;
  }
  #text-block-20 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-20 .text-paragraph {
    font-size: 1rem;
  }
}



#call-to-action-1 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#call-to-action-1 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-1 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-1 .btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-1 .btn:hover {
  background-color: #0056b3;
}


