.ccw-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  text-align: center;
  background: #fff;
}

.ccw-card img {
  width: 100%;
  height: auto;
  display: block;
}

.ccw-title {
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}
