.cw_property-four {
  position: relative;
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
}

.cw_property-four > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cw_property-four .cw_property-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: hidden;
  border-radius: 1.875rem 1.875rem 0 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  transition: 0.5s ease;
}

.cw_property-four .cw_property-name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.cw_property-four .cw_property-info {
  font-size: 0.9rem;
}

.cw_property-four .cw_property-features {
  margin: 0 0 1.5625rem 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.cw_property-four .cw_property-features li {
  flex: 1 1 auto;
}

.cw_property-four .cw_property-features .cw_icon {
  width: 3.25rem;
  height: 3.25rem;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 3.25rem;
  display: block;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  position: relative;
  font-size: 1.15rem;
}

.cw_property-four .cw_property-features .badge {
  background-color: #fff;
  color: #222;
  top: 0;
  right: 0;
  font-size: 0.5625rem;
}

.cw_property-four .cw_property-footer {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 1rem;
}

.cw_property-four .cw_property-price {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}

.cw_property-four .cw_property-price span {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
}

.cw_property-four .cw_book-now-btn {
  background-color: #fff;
  border-radius: 3.125rem;
  padding: 16px 3rem;
  font-weight: 600;
  color: #222;
  border: 1px solid #fff;
}

.cw_property-four .cw_book-now-btn:hover,
.cw_property-four .cw_book-now-btn:focus {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .cw_property-four .cw_property-name {
    font-size: 2.625rem;
  }

  .cw_property-four .cw_property-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .cw_property-four .cw_property-price {
    margin-right: auto;
    text-align: left;
  }
}
