.plantel-industrial {
    display: grid;

    width: 100%;
}


.plantel-industrial .img-card {
    width: 100% !important;
    height: 200px;
    object-fit: cover !important;
}

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

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

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

    .plantel-industrial-header {
        margin: auto;
    }

}

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

@media screen and (min-width:2560px) {
    .plantel-industrial .img-card{
        height: 350px!important;
    }
}

