.about {
    padding: 3em 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
    color: white;
    
}



.about .imovel-carousel {
    width: 100%;
}

.about .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2em 0;

}

.about .content span {
    color: rgb(0, 0, 0);
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    
}


@media screen and (min-width: 900px) {

    .about .container.home-container {
        align-items: center;
        

    }

    .about .imovel-carousel {
        width: 50%;
    }
    
    .about .content {
        width:50%;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
    }

    .about .content span {
        font-size: 1.25em;
    }



}