.cw_property-two {
  background-color: #fff;
  padding: 0.6rem;
  border-radius: 1.25rem;
}

.cw_property-two .cw_property-image {
  width: 100%;
  height: 10.625rem;
  overflow: hidden;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 18px 27px -15px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 18px 27px -15px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 18px 27px -15px rgba(0, 0, 0, 0.31);
  margin-bottom: 1.3rem;
  transition: 0.7s ease;
}

.cw_property-two:hover .cw_property-image {
  box-shadow: none;
}

.cw_property-two .cw_property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cw_property-two .cw_property-content {
  position: relative;
}

.cw_property-two .cw_property-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cw_property-two .cw_property-name a {
  color: inherit;
  text-decoration: none;
}

.cw_property-two .cw_property-name a:hover {
  opacity: 0.8;
}

.cw_property-two .cw_property-location,
.cw_property-two .cw_property-size {
  font-size: 0.875rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.5rem;
  font-weight: 500;
}

.cw_property-two .cw_property-location i,
.cw_property-two .cw_property-size i {
  color: #acabb1;
}

.cw_property-two .cw_property-location i {
  font-size: 1.1rem;
  min-width: 1.125rem;
  text-align: center;
}

.cw_property-two .cw_property-size i {
  font-size: 1rem;
}

.cw_property-two .cw_property-pricing {
  color: #757272;
  font-size: 1rem;
  font-weight: 600;
  position: static;
  text-align: left;
  line-height: 1.2;
}

.cw_property-two .cw_property-pricing ins {
  display: block;
  color: #9e683f;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.2rem;
}

.cw_property-two .cw_property-pricing ins span {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgb(101 101 101 / 65%);
}

.cw_property-two .cw_property-pricing ins + del {
  font-size: 0.9rem;
}

@media screen and (min-width: 992px) {
  .cw_property-two .cw_property-pricing {
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
  }
}
