
/* NODE 5585 - INDUSTRY & COMMUNITY PARTNERS CLONE */
/* ************************** */
/* ************************** */
.page-node-5585 a.btn.btn_yellow {
    color: #3B3B3B;
    padding: 1rem 2rem;
    margin-top: 0;
}


.page-node-5585 h2 {
    color: #1B5588;
    font-weight: 700;
}

.page-node-5585 .get-involved-section {
    background-image: url('../img/industry-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #ffff;
    padding: 40px;
}

.page-node-5585 .get-involved-section h2 {
    color: #ffff;
    
}


.page-node-5585 .get-involved-section .card {
    background: none;
}


.page-node-5585 .subcard-section {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.page-node-5585  .subcard-section .subcard {
    padding: 30px;
    background-color: #1b5588;
    border-radius: 10px;
    margin: 20px;

}

.page-node-5585 .subcard-section .subcard a {
    color: #ffff;
}
