.leading-tight2 {
    letter-spacing: 1px;
    line-height: 1.4em !important;
    font-size: 39px !important;
}
.ci-section {
  background-color: #f8fbff;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ci-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ci-text {
  flex: 1 1 500px;
}

.ci-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1f36;
  margin-bottom: 20px;
  line-height: 1.3;
}

.ci-text p {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.8;
  max-width: 700px;
}

.ci-image {
  flex: 1 1 400px;
  text-align: center;
}

.ci-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

