.block-margin p {
  letter-spacing: -0.05em;
}

.figure-block {
  margin-left: auto;
  margin-right: auto;
}

.figure-block p {
  text-align: center;
}

@media (max-width: 991px) {
  .figure-block p img {
    width: 75%;
    height: auto;
  }
}
.main_box {
  overflow: hidden;
  margin-bottom: 1rem;
  width: 100%;
  height: 300px;
  background: url(../img/realestate/bg-footer.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .main_box {
    height: 30vh;
    background-size: 150% auto;
  }
}
@media (max-width: 600px) {
  .main_box {
    background-size: 200% auto;
    height: 15vh;
  }
}/*# sourceMappingURL=realestate.css.map */