.featured-story {
    position: relative;
    max-width: 1285px;
    margin: 0 auto 30px;
    padding: 0;
}

.featured-story .img-cont,
.featured-story .inner { position: relative;}

.featured-story .img-cont img {
	display: block;
	width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}


.featured-story .img-cont:after {
    background: linear-gradient( 0deg, rgb(24, 30, 46), rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 0;
    content: '';
}

.featured-story .content-section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.featured-story .content-section h5 {
    position: relative;
    color: #fff;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 30px;
    width: 100%;
}

.featured-story .content-section h5:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    border: 1px solid #faa31b;
    width: 50px;
}

.featured-story .content-section h4,
.featured-story .content-section h4 a {
	color: #fff;
    font-family: 'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.featured-story .content-section .time-to-read {
	color: #fff;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}

.featured-story .content-section .time-to-read i {
    margin-right: 5px;
}

.featured-story .shared-play-button {
    width: 80px;
    height: 80px;
}

.featured-story .view-all-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #c5dbd2;
    padding: 15px;
}

.featured-story .view-all-link a {
    color: #242f44;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

@media (min-width: 64em) {
    .featured-story .content-section {
        padding: 20px 40px;
    }

    .featured-story .content-section h5 {
        margin: 0 0 45px;
    }
    
    .featured-story .content-section h4,
    .featured-story .content-section h4 a {
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 1.2em;
    }
}
