.paid-market-host-card__list {
  margin-top: 30px;
  list-style: none;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(1,1fr);
}

@media screen and (min-width: 600px) {
  .paid-market-host-card__list {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (min-width: 1280px) {
  .paid-market-host-card__list {
    grid-template-columns: repeat(3,1fr);
  }
}

.paid-market-host-card__list li>a {
  display: block;
  font-size: 0;
  position: relative;
}

.paid-market-host-card__list li>a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.paid-market-host-card__list li>a .item-text {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: calc(100% - 28px);
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.paid-market-host-card__list li>a>img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.free-market-host-card__list {
  margin-top: 30px;
  margin-bottom: 50px;
  columns: 2;
}

@media screen and (min-width: 600px) {
  .free-market-host-card__list {
    columns: 3;
  }
}

.free-market-host-card__list>li {
  width: 100%;
  margin-bottom: 12px;
}

.free-market-host-card__list>li>a {
  color: #755FC4;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}

.more-market-outlooks-banner-container {
  margin-top: 30px;
}
