
/* NODE 5585 - INDUSTRY & COMMUNITY PARTNERS CLONE */
/* ************************** */
/* ************************** */
.page-node-5585 #block-ideaindustrypartnershero {
  color: #ffff;
  font-family: Teko;
  padding: 4rem;
  background-image: linear-gradient(#00348680, #00348680),
    url('../img/about_background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-node-5585 #block-ideaindustrypartnershero h1 span {
  font-family: Teko;
}

.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 .bs_grid.ck-widget {
    padding: 0 3rem;
}

.page-node-5585 .get-involved-section {
    background-image: url('../img/industry-background.png');
    background-size: contain;
    background-position: center;

    color: #ffff;
    padding: 3rem;
}

.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;
}
