
@media (max-width: 768px){

.quemsomos-container {
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

    .image-container{
    }

    .full-image-office {
        width: 100%;
        height: auto;
    }

    .text-container {
        text-align: justify;
        font-size: 1.4rem; 
    }

}