.why-custom-dev {
  text-align: center;
  padding: 40px 20px;
  background: #f5f7fc;
  font-family: sans-serif;
}

.why-custom-dev h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.swiper {
  width: 100%;
  padding-bottom: 40px;
}

.swiper-slide {
  background: white;
  border-radius: 20px;
  padding: 20px;
  width: 280px;
  height: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.swiper-slide.center {
  background: #f1f8ff;
  font-weight: bold;
  color: #ff3c5f;
}

.icon {
  font-size: 24px;
  margin-bottom: 10px;
}