.wrapper {
  position: relative;
  margin: 0 auto;
}

.wrapper .content {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-secondary);
  width: 100%;
  height: 45px;
}
.content p {
  margin-bottom: 2px;
}

.imagem-imovel-relacionado {
  height: 220px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
