bar {
    display: inline-block;
    color:inherit;
    width:50px;
    height: 3px;
    margin:20px 0;
}

.heroHolder {
    position: relative;
    margin-bottom: 40px;
}
.heroHolder .heroImage img {
    border-radius: 40px 0 0 0 ;
    display: block;
}
.heroHolder .heroImage {
    position: relative;
}
.heroHolder .heroIntro {
    padding:20px;
    background-color: rgba(150,180,34,0.95);
    color:#FFF;
    width: 50%;
    position: absolute;
    left:0; bottom:-40px;
    border-radius: 0 30px 0 0;
    z-index: 3;
}
.heroHolder .heroIntro .heroTitle h3 {
    margin:0; padding: 0;
}
@media screen and (max-width: 600px) {
    .heroHolder .heroIntro {
        position: relative;
        width: 80%;
        bottom:0;
        top:-40px;
    }
}



.boardCard {
    padding-bottom: 25px;
}
.boardCard img {
    border-radius: 0 20px 0 0;
}
.boardCard .title {
    font-size: 16px;
    font-weight: 700;
}
.boardCard .subtitle {

}