.sc-highlight-acq .card-hl-acq {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 695px;
  margin: 0 auto 40px;
  padding: 16px;
  border-radius: 8px;
  background-color: #F5F5F5;
  color: #333333;
}

.sc-highlight-acq .card-hl-acq img {
  min-width: 110px;
  width: 110px;
  height: auto;
}

.sc-highlight-acq .card-hl-acq .detail {
  width: 100%;
  padding-left: 24px;
  color: #111;
}

.sc-highlight-acq .card-hl-acq .title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.sc-highlight-acq .card-hl-acq .tt-new {
  margin-bottom: 8px;
  background-image: linear-gradient(0deg, #F9621C, #F9621C), linear-gradient(320.16deg, #FF9447 13.36%, #E71618 84.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-highlight-acq .card-hl-acq .ic-new {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}

.sc-highlight-acq .card-hl-acq .desc {
  margin-bottom: 16px;
  padding-left: 1px;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  /* max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.sc-highlight-acq .card-hl-acq .link {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sc-highlight-acq .card-hl-acq .title {
    font-size: 18px;
  }

  .sc-highlight-acq .card-hl-acq .detail {
    padding-left: 0;
  }
}