.displayImoveis{
    display: flex;
    flex-direction: row;
    transition: margin linear 0.5s;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 30px;

}
@media only screen and (max-width: 2310px) {
    .displayImoveis{
        width: 1980px;
    }
}
@media only screen and (max-width: 1980px) {
    .displayImoveis{
        width: 1650px;
    }
}
@media only screen and (max-width: 1650px) {
    .displayImoveis{
        width: 1320px;
    }
}
@media only screen and (max-width: 1320px) {
    .displayImoveis{
        width: 990px;
    }
}
@media only screen and (max-width: 990px) {
    .displayImoveis{
        width: 660px;
    }
}
@media only screen and (max-width: 659px) {
    .displayImoveis{
        width: 330px;
    }
}
@media only screen and (max-width: 480px) {
    #rangeImoveis{
        width: 300px;
    }
}