.get-inspired .article{
    max-width: 100%;
}

.get-inspired .featured-article .article{
    height: 57.9rem;
}

.get-inspired .featured-article .article .top{
    height: 31rem;
    background-position: center center;
}

.get-inspired .featured-article .article .bottom{
    padding: 0px;
    height: 27rem;
    background: #83c341;
}

.get-inspired .featured-article .article .bottom .title{
    background: #83c341;
    color: white;
    font-weight: 200;
    padding: 20px;
    padding-bottom: 0px;
    font-size: 3.5rem;
    line-height: 3rem;
}

.get-inspired .featured-article .article .bottom .description{
    padding: 20px;
    font-size: 2rem;
    background: #83c341;
    color: white;
    height: 15rem;
}

@media all and (min-width: 769px) {
    .get-inspired .featured-article .article .bottom .title::first-line {
        font-weight: 900;
    }
}

@media all and (max-width: 768px) {
    .get-inspired .featured-article .article .bottom .title::first-line {
        line-height: 3rem;
    }
}