
#terms-conditions-5 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f4f4f4;
}
#terms-conditions-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;
}
#terms-conditions-5 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
}
#terms-conditions-5 .content-wrapper p {
  margin-bottom: 15px;
}



#text-block-23 {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-23 .container {
  position: relative;
  z-index: 2;
}
#text-block-23 .color-wash-box {
  background-color: var(--text-box-bg, rgba(0, 50, 100, 0.75));
  color: var(--text-color, #ffffff);
  padding: 45px 50px;
  border-radius: var(--box-radius, 8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#text-block-23 .text-heading {
  font-size: 2.7rem;
  font-weight: 700;
  color: inherit;
  margin-bottom: 25px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#text-block-23 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-23 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-23 {
    padding: 100px 0;
  }
  #text-block-23 .text-heading {
    font-size: 2.3rem;
  }
  #text-block-23 .text-paragraph {
    font-size: 1.05rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-23 {
    padding: 80px 15px;
    min-height: auto;
  }
  #text-block-23 .color-wash-box {
    padding: 35px 30px;
  }
  #text-block-23 .text-heading {
    font-size: 2rem;
  }
  #text-block-23 .text-paragraph {
    font-size: 1rem;
  }
}


