.concept-carousel-wrapper .concept-link {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  border-radius: 20px;
}
.concept-carousel-wrapper .concept-link img {
  transition: transform 10s cubic-bezier(0.19, 1, 0.22, 1);
}
.concept-carousel-wrapper .concept-link:hover img {
  transform: scale(1.2);
}

.concept-carousel-wrapper .concept-image {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.concept-carousel-wrapper .concept-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-carousel-wrapper .concept-content {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
}

.concept-carousel-wrapper .concept-info {
  flex: 1;
}

.concept-carousel-wrapper .concept-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.1;
}

.concept-carousel-wrapper .concept-subname {
  font-size: 15px;
  color: #fff;
  font-style: italic;
  line-height: 1.1;
}

.concept-carousel-wrapper .concept-icon img {
  width: 45px;
  height: 45px;
}

.concept-carousel-wrapper .concept-item {
  padding: 5px !important;
}
