 .industry-back {
    padding: 0 0 200px 0px;
    position: relative;
}

.industry-back .main-bg-img {
    width: 100%;
    height: 65vh;
}

.main-content {
    position: absolute;
    top: 8%;
    color: #fff;
    text-align: center;
    width: 100%;
}

.main-content h1 {
    font-size: 50px;
    font-weight: 800;
}

.main-content p {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.all-company-main {
    margin-top: -14%;
}

.text-cont {
    background: #fff;
    text-align: center;
    padding: 10px 10px; 
    height: 96%;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 1px #ccc;
    margin-top: 20px;
}

.text-cont img {
    text-align: center;
    width: 180px;
    margin-bottom: 30px;
    height: 80px;
}

.text-cont p {
    color: #212529;
    font-size: 13px;
}

@media only screen and (max-width: 764px) {
    .industry-back {
        padding: 0 0 0px 0px;
    }

    .industry-back .main-bg-img {
        height: 50vh;
        margin-bottom: 20px;
    }

    .main-content {
        top: 2%;
    }
    .all-company-main {
        margin-top: -19%;
    }

    .text-cont {
        height: auto;
        margin-bottom: 20px;
        margin-top: 0%;
    }
}