.listing-booking-card {
  .listing-card-banner {
    &.booking-heights {
      height: 260px;
      @media (min-width: 640px) and (max-width: 768px) {
        width: 100% !important;
      }
    }
  }

  .icon-left-list-item {
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    font-size: 14px;
    color: $grey;
    font-weight: 600;
    margin-bottom: 18px;

    i {
      position: absolute;
      left: 0;
      top: 0;
      color: $honey;
      font-size: 20px;
      line-height: 18px;

    }
  }

  .body-container {
    .title {
      font-size: 20px;
      line-height: 25px;
      color: $charcoal;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .sub-title {
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 28px;
    }

    .price-container {
      position: absolute;
      right: 24px;
      bottom: 24px;
      font-size: 17px;
      line-height: 24px;
      font-weight: 600;
      color: $charcoal;
      display: none;
      @include breakpoint(medium up) {
        display: block;
      }
      @include breakpoint(large up) {
        font-size: 20px;
      }
    }
  }
}