.ktSlider {
  padding: 10px;
}

.ktSlider .swiper-slide {
  width: 75%;
}

.card {
  display: block;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-decoration: none;
}

.thumb {
  height: 140px;
  background-size: cover;
  background-position: center;
}

.card h3 {
  font-size: 14px;
  padding: 10px;
  color: #111;
}