.listing-img {
  width: 175px;
  max-height: 136px;
  object-fit: cover;
}

.listing-img-ct {
  width: 200px;
  max-height: 136px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .listing-img {
    width: 33vw;
    max-height: 136px;
    object-fit: cover;
  }
  
  .listing-img-ct {
    width: 43vw;
    max-height: 136px;
    object-fit: cover;
  }
}

.first-checkbox {
  margin-left: 30px;
}

@media (max-width: 576px) {
  .profile-table th, td {
    border: none !important;
  }

  .first-checkbox {
    margin-left: 0px;
  }
}

.search-listing {
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
