.card-grid .flex-between{
    justify-content:start;
}
.board-grid .card-wrapper{
    padding-top:6.25rem;
    height:100%;
}
.board-grid .card-wrapper .card-inner{
    height:100%;
    margin-top:auto;
}
body #our_stories_page .story .txt-wrap .heading{
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

body #our_stories_page .story{
    min-height: 740px;
}