.main-bg{
    margin-top: -6.2rem;
    height: 70vh;
    width: 100%;
    background-image: url(../assets/images/casas-na-margem.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

    display: flex;
    justify-content: center;

    margin-bottom: -50px;
}

.text-wip{
    margin-top: 7rem;
    text-align: center;
}

@media (min-width: 2500px){
    .main-bg{
        height: 82vh;
    }

    .text-wip{
        margin-top: 20rem;
    }
}

@media (max-width: 768px){
    .main-bg{
        height: 87vh;
    }

    .text-wip{
        margin-top: 20rem;
    }
}