.residencial {
    display: grid;

    width: 100%;
}



.residencial .btn-industrial {
    background: #046d31;
}

.titulo-residencial {
    font-size: x-large;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #8C8C8C;
}

.residencial .img-card{
    height: 200px;
    object-fit: cover !important;
}


@media(min-width:318px)and (max-width:767px) {

    .residencial-header {

        margin: auto !important;

    }

    .carousel-inner {
        width: 100% !important;
        height: 100% !important;
    }


}

@media screen and (min-width:1444px) and (max-width:2559px){
    .residencial .img-card{
        height: 250px!important;
        object-fit: cover !important;
        
    }
}

@media screen and (min-width:2560px) {
    .residencial .img-card{
        height: 350px!important;
        object-fit: cover !important;
    }
}



