#realpress-hm-map-area {
  width: 100%;
  height: var(--thim-search-height-map, 550px);
}

#realpress-search-nav {
  margin-top: 20px;
}

#realpress-header-map {
  max-width: unset !important;
}

.realpress-property-list {
  margin-top: 50px;
}

.realpress-pagination-wrapper .realpress-from-to {
  padding-left: 30px;
  padding-right: 0;
}

@media (max-width: 1199px) {
  div.realpress-control-group h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .realpress-property-list .realpress-property-container[data-grid-col="3"] .realpress-property-item {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .realpress-property-container[data-grid-col="3"] .realpress-property-item {
    max-width: 50%;
  }
  .realpress-pagination-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
  }
  .realpress-pagination-wrapper .realpress-from-to {
    padding-left: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .realpress-property-list .realpress-property-container[data-grid-col="3"] .realpress-property-item {
    max-width: 100%;
  }
  [data-grid-col="1"] .realpress-property-header, [data-grid-col="1"] .realpress-property-body {
    max-width: 50%;
  }
  [data-grid-col="1"] .realpress-property-body {
    padding: 15px;
  }
}