.listing-top {
  margin-top: 160px;
}
.tenant-h1 {
    font-size: 34px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.094px;
    margin-bottom: 33px;
    text-align: center;
}

  .card {
    max-width: 654px;
    flex-direction: row;
    border-radius: 6px;
    border: 1px solid #EDE8E9;
    background: #FFF;
   margin: 0 auto;
    height: 160px;
  }

 
  .card.dark {
    color: #fff;
  }
  .card.card.bg-light-subtle .card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #3A3335;
  }
  
  .card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #908E8E;
    margin-bottom: 11px;
}

  .card img {
    /* padding: 0.5em;
    border-radius: 0.7em; */
    max-width: 36%;
    /* margin: auto;
    height: 160px; */
    object-fit: cover;
    border-radius: 5px 0px 0px 5px;
  }
  /* .card-body {
    display: flex;
    justify-content: space-between;
  } */
  .text-section {
    max-width: 60%;
    margin-top: 13px;
    /* padding-left: 11px; */

  }
  .cta-section {
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  .cta-section .btn {
    padding: 0.3em 0.5em;
    /* color: #696969; */
  }
  .card.bg-light-subtle .cta-section .btn {
    background-color: #898989;
    border-color: #898989;
  }

  .tenant-card-text {
    display: flex;
    column-gap: 29px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #908E8E;
    margin-bottom: 5px;
    padding-left: 0px;
  }

  .tenant-star{
   float: right;
  }

  .tenant-card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #908E8E;
    margin-bottom: 8px;
}

.tenant-star{
    float: right;
}



/* tenant details */
    .tenant-details {
        max-width: 654px;
        margin: 0 auto;
    }

    .details-text {
    color: #908E8E;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.1px;
    margin-top: 22px;
    text-transform: capitalize;
    margin-bottom: 13px;
    }

    .inside-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.1px;
    /* text-transform: capitalize; */
    }

    .tenant-detail{
        max-width: 654px;
        margin: 0 auto;
    }

    .bg-list {
    width: 100%;
    /* height: 770px; */
    height:auto;
    border-radius: 8px;
    border: 1px solid var(--outline-primary, #EEE);
    background: #FAFAFA;
    padding: 9px;
    }

    .btn-primary {
    border-radius: 10px;
    background: var(--eb-5-e-55-primary, #E95D56);
    width: 98px;
    height: 46px;
    line-height: 33px;
    margin-top: 33px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.1px;
    }
    .btn-secondary {
      border-radius: 10px;
      background:#3A33350A;
      width: 98px;
      height: 46px;
      line-height: 33px;
      margin-top: 33px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.1px;
      color: #908E8E;
      }

      .cs {
        margin-bottom: 130px;
        display: flex;
        column-gap: 28px;
      }
/* tenant details  End*/



@media(max-width:992px) {
  .t-mid {
    margin-bottom: 6px;
  }
  .bg-list {
    width: 100%;
    height: 100%;
  }
}

@media(max-width:768px) {
  .tenant-h1 {
    font-size: 24px;
  }
  .listing-top {
    margin-top: 130px;
}

}

@media(max-width:576px) {
    .text-section {
        max-width: 100%;
    }    
    .card {
        height: 90%;
    }
    .card img {
      margin: auto;
      padding: 0.5em;
    }
    .card-body {
      padding: 9px;
  }
  .card-title {
    font-size: 1em;
  }
  .rate {
    font-size: 14px;
  }
  .comment {
    font-size: 14px;
  }
  .tenant-card-text {
    line-height: 21px;
    margin-bottom: 3px;
    column-gap: 17px;
}
.heart {
  width: 14px;
}
.star-rate {
  width: 14px;
}
.t-mid {
  margin-bottom: 8px;
}
.btn-primary {
  width: 100%;
  line-height: 33px;
  margin-top: 33px;
  font-size: 13px;
}
.cs {
  margin-bottom: 50px;
}
.btn-secondary {
  width: 100%;
  line-height: 33px;
  margin-top: 33px;
  font-size: 13px;
}

}
  @media screen and (max-width: 475px) {
    .card {
      font-size: 0.9em;
    }
  }
  