.page_banner {
    max-height: 600px;
    background-color: #2C3C49;
}

.ind-desc {
    padding: 50px 5% 0px 5%;
}



.industries {
    padding: 50px 5% 50px 5%;
    width: auto;
    display: flex;
    flex-wrap: wrap;
}

.industries div {
    width: 29.3%;
    text-align: center;
    padding: 50px 0px 20px 0px;
    border-bottom: 1px solid #d0d5d9;
}

.industries div:nth-child(3n+1) {
    margin-right: 3%;
}

.industries div:nth-child(3n+2) {
    margin-left: 3%;
    margin-right: 3%;
}

.industries div:nth-child(3n+3) {
    margin-left: 3%;
}

.industries h3 {
    margin-top: 10px;
}

.industries img {
    width: 100%;
}

