.propdb_container {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next line if necessary */
}

.propdb_items {
  width: calc(33% - 10px); /* Adjust the width as needed */
  margin: 5px; /* Add spacing between items */
  /* Additional styling for your divs */
  border: 1px solid #888888;
  padding: 5px;
  background-color: #fafafa;
  transition: 0.2s all;
  position: relative;
}

.propdb_items:hover {
  background-color: #ffffff;
}

.propdb_items * {
text-decoration: none;
}

.propdb_items img.propDB {
width: 100%;
height: auto;
}

.propdb_items h3.imgTitle {
text-decoration: none;
text-align: center;
font-weight: bold;
line-height: 1.1;
margin-top: 0;
}

.propdb_items .noUnderline {
text-decoration: none;
margin-bottom: 42px;
}


.propdb_items .button {
  font-weight: 600;
  border: 1px solid #444;
  padding: 6px;
  margin: 10px 1px 1px 1px;  
  text-align: right;
  clear: both;
  float: right;
  text-decoration: none !important;
  background-color: #888;
  color: white;
  border-radius: 6px;
  box-shadow: 1px 1px 4px rgba(44, 44, 44,0.5);
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.propdb_items .button:hover {
  font-weight: 600;
  border: 1px solid #444;
  margin: 11px 2px 0 0;
  padding: 6px;
  text-align: right;
  text-decoration: none !important;
  background-color: #aaa;
  color: white;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(24, 24, 24, 0.6);
}
