

.view-real-estate .view-content .views-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}

.view-real-estate .views-field-field-teaser-image {
  min-width: 450px;
  max-width: 450px;
}

.view-real-estate .views-field-field-teaser-image img {
  width: 100%;
  height: auto;
}

.view-real-estate .views-field-title a {
  color: #4eaed5;
  text-decoration: none;
  font-family: Century Gothic;
  font-size: 1.5em;
  line-height: 1.2em;
}




.view-properties {
  text-align: center;
  font-family: Century Gothic;
  max-width: 980px;
  margin: 0 auto 40px;
}

.view-properties .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
  justify-items: center;
}

.view-properties .views-row {
  width: 100%;
  max-width: none;
  min-width: auto;
}

.view-properties .views-row .views-field {
  display: flex;
  justify-content: center;
}

.view-properties .views-field-title {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 20px 0;
}

.view-properties .views-field-title a {
  color: #4eaed5;
  text-decoration: none;
  font-family: Century Gothic;
}

.view-properties .views-field-field-sale-price {
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  margin: 10px;
  white-space: nowrap;
  flex-wrap: wrap;
  line-height: 1.5em;
}

.view-properties .view-content .views-label {
  font-weight: bold;
  margin-right: 10px;
}


.view-photo-gallery-teaser .views-row {
  display: flex;
  justify-content: center;
}



