
.industry{
    box-shadow: #290707 0px 0px 20px;
    border-radius: 0.45rem;
    /*height: 20rem;*/
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    /*text-align: center;*/
    /*position: absolute;*/
    overflow: hidden;
    background: white; ;
    padding-bottom: 0.5rem;
}
.industry h2{
    width: 100%;
    text-align: center;
    margin-left: 0;
    color:black:;
    font-weight: 600;
}
.industry img{
    float: left;
    width: 48%;
    border-radius: 1rem;
    margin-top: 0.5rem;
}
@media (min-width:1200px){
    .industry img{
        width: 48%;
        height: 10rem;
        margin-left: 1.4%;

    }
}
@media (max-width:1200px){
    .industry img{
        width: 48%;
        height: 10rem;
        margin-left: 1.5%;
    }
}
@media (max-width:996px){
    .industry img{
        width: 90%;
        height: 10rem;
        margin-left: 5%;
    }
}
@media (max-width:766px){
    .industry img{
        width: 100%;
        height: 8rem;
        margin-left: 0;
    }
    .industry h2{
        font-size: 0.8rem   ;
    }
    .industry{
        width: 90%;
        margin-left: 5%;
    }
}