.ci {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.ci img {
  width: 40%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  padding-top: 20px;
  background: white;
}

.section {
  margin-bottom: 40px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

.section h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.section p, .section ul {
  font-size: 16px;
  line-height: 1.6;
}