.mySwiper-other-topics .other-topic-image {
  width: 100%;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
  object-fit: cover;
}

.mySwiper-other-topics .other-topic-gradient {
  border-radius: 14px;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    179.8deg,
    rgba(255, 255, 255, 0) 0.18%,
    rgba(22, 6, 10, 0.34) 40.54%,
    rgba(22, 6, 10, 0.65) 67.49%,
    rgba(22, 6, 10, 0.94) 95.68%
  );
}

.mySwiper-other-topics .other-topic-name {
  position: absolute;
  bottom: 28px;
  left: 24px;
  font-family: FS PF BeauSans Pro, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 80%;
  word-break: break-word;
}
