.carrousel {
    width: 800px;
    height: 800px;
    margin: auto;
    background-size: cover;

}
#servicos h1{
    background-color:rgb(208, 231, 192) ;
}

#servicos {
    text-align: center;
    margin-bottom: 15px;
    background-image: linear-gradient(white, rgb(208, 231, 192));
}

.img-t {
    width: 100%;
    background-size: cover;
}



/* responsive*/

@media screen and (max-width: 999px){ 

    .img-t{
    width: 100%;
    height: 400px;
    background-size: cover;
    

    } 
    .carrousel {
        width: 100%;
        height: 500px;
        margin: auto;
        background-size: cover;
    
    }
}