/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 * 
.on-demand-articles {
    margin: 75px 0px;
}

.on-demand-articles select {
    width: 200px;
    margin-bottom: 25px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.46)!important;
}

.on-demand-articles .on-demand-item {
    margin-top: 35px;
    align-items: center;
}

.on-demand-articles .on-demand-item .flex-col {
    flex-grow: 1;
    margin-bottom: 25px;
}

.on-demand-articles .on-demand-item .bg-image {
    position: relative;
    width: 100%;
    height: 225px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.on-demand-articles .on-demand-item .bg-image::after {
    content: '\f01d';
    font-family: 'FontAwesome';
    font-size: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.on-demand-articles .on-demand-item .time {
    font-size: 14px;
    line-height: 22px;
}

.on-demand-articles .on-demand-item .title {
    display: block;
    color: #141827;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 20px 0px;
}