:root{
    --colors-blue-dark: #002B54;
}

.container-who-are-we-apresentation{
    height: auto;
    /* background-color: var(--colors-blue-dark); */
    background-image: url("../img/background.jpg");
    background-repeat: round;
}

.box-home-apresentation-who-we-are{
    width: 44%;
    height: 21rem;
    justify-content: space-between;
}


.box-home{
    margin-bottom: 8rem;
}

.container-how-are-we{
    width: 100%;
    height: auto;
    
}

.background-who-we-are{
    background-image: url("../img/backgrounds-site/background-1.png");
}

.title{
    width: 86%;
}

@media (max-width: 1370px){

    .box-home{
        justify-content: center !important;
    }
    .box-home-apresentation-who-we-are{
        width: 494px;
    }

    .image-desk-who-we-are{
        margin-left: 11rem;
    }
    
    .title{
        width: 100%;
    }
}


@media (max-width: 920px) { 
    .box-home-apresentation-who-we-are {
        width: 67%;
    
    }

    .box-button{
        justify-content: center;
    }

    .box-explication{
        flex-direction: column-reverse;
        align-items: center;
    }

    .box-explication .box-image-we-services {
        margin-left: 0rem;
    }

    .box-explication img{
        width: 353px;
    }

    .text-explication{
        margin-top: 4rem;
        width: 67% !important; 
    }

    .box-contact {
        width: 22rem;
        height: 316px;
    }

    .m0{
        margin-left: 0 !important;
        margin-top: 2rem;
    }
}
