.container-services-apresentation{
    height: auto;
    /* background-color: var(--colors-blue-dark); */
    background-image: url("../img/background.jpg");
    background-repeat: round;
}

.container-services-do{
    width: 100%;
    height: auto;

}

.box-service-we-can{
    margin-top: 3rem;
}



.box-slide-service:last-child {
    margin-bottom: 6rem;
}
.box-home{
    margin-bottom: 7rem;
}

.box-image-we-services{
    margin: 0;
    width: 500px;

}

.box-slide-text{
    margin-right: 5rem;

}

.box-home-apresentation{
    height: 19rem;
}

.title-services{
    width: 84%;
}

.box-second{
    background-image: url("../img/backgrounds-site/background-3.png");
}

.box-primary{
    background-image: url("../img/backgrounds-site/background-1.png");
}

.container-slide-services{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.box-slide-service{
    margin-top: 5rem;
}

@media (max-width: 920px) {
    .box-home-apresentation-services {
        width: 89%;
        align-items: center;
    }
    .motivational-text {
        width: 91%;
    }
    .title-services{
        width: 100%;
    }
    .box-service-we-can{
        margin-top: 3rem;
    }
    .box-service-we-can span{
        width: 66% !important;
    }

    .box-slide-service{
        margin-top: 3rem;
        flex-direction: column !important;
    }

    .box-slide-text{
        width: 80% !important;
    }


    .box-image-we-services{
        width: 335px;
        margin-bottom: 1rem;
    }

    .flex-reverse{
        flex-direction: column-reverse !important;
    }

    .box-image-we-services {
        margin-left: 1rem;
        box-shadow: none;
    }
    
}