#listing-detail #main-listing-detail i {
  color: var(--sec-color--);
}

#listing-detail #main-listing-detail .ct-value {
  color: var(--sec-color--);
}

#listing-detail #title {
  font-size: 1.5rem;
  font-weight: 500;
}

#listing-detail #slide img {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

#more-info-content * {
  color: #484848;
}

@media screen and (max-width: 500px) {
  #listing-detail #title {
    font-size: 1.3rem;
  }
  #slide img {
    height: 30vh;
  }
}
