.athome-property-list {
  margin-bottom: 40px;
  overflow: hidden;
}
.athome-property-list__order {
  margin-top: 16px;
  display: flex;
  justify-content: right;
}
.athome-property-list__order .order-holder {
  width: 250px;
}

.map_trigger {
  cursor: pointer;
}

.athome-property-item {
  margin-top: 16px;
  border: 1px solid #CBC1DB;
  transition: all 0.3s ease;
  border-radius: 16px;
  background-color: var(--White);
}

.ad {
  height: 476px;
  background-color: #862ECC;
  color: white;
  display: block;
  padding: 15px;
}
.ad__head {
  font-size: 22px;
  font-weight: bold;
}
.ad__text {
  margin-top: 20px;
  font-size: 19px;
}
.ad.gray {
  background-color: #cbc1db;
}
.ad.ad-calendar {
  background-image: url("/images/athome/calendar_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-percent {
  background-image: url("/images/athome/percent_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-people {
  background-image: url("/images/athome/people_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-money {
  background-image: url("/images/athome/money_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-book {
  background-image: url("/images/athome/book_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-building {
  background-image: url("/images/athome/builduing_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-home {
  background-image: url("/images/athome/home_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.ad.ad-pk {
  background-image: url("/images/athome/calendar_ad.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=athome-property-list.css.map */
