.card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  width: 100%;
  min-width: 300px;
}

.content_section {
  display: flex;
  align-items: center;
  width: 75%;
  position: relative;
}

.title {
  font-size: 21px;
  margin-bottom: 6px;
  font-weight: bold;
}

.property_details {
  display: flex;
  gap: 16px;
  margin-bottom: 6px;
}

.icon {
  font-size: 23px;
  color: #cb335b;
  margin-right: 3px;
}

.agentPriceSection {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-right: 15px;
}

.inquiryDetails {
  display: flex;
  gap: 18px;
  /* margin-top: 10px; */
  /* border-bottom: 1px solid #dfdfdf; */
  /* padding: 10px 0px; */
}

.inquiryDetails strong {
  margin-right: 9px;
}

.address_section {
  display: flex;
  align-items: center;
  gap: 5px;
  /* margin-bottom: 6px; */
}

.textWithIcon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.borderLeft {
  /* border-left: 2px solid #9f9f9f; */
  /* padding-left: 15px; */
}

.imageContainer {
  width: 400px;
  height: 200px;
  /* border-radius: 8px; */
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.price {
  font-weight: bold;
  margin-bottom: 1;
  color: #cb335b;
  font-size: 15px;
}
