.empreendimentos .item
{
    margin-bottom: 15px;
}

.empreendimentos .nome
{
    font-size: 1.3rem;
}

@media screen and (max-width: 728px)
{
    .empreendimentos .imagem
    {
        height: 200px;
    }

    .empreendimentos .imagem i
    {
        line-height: 200px;
    }
}