.featured-business-case {
    position: relative;
}

.featured-business-case-wrapper {
    margin-left: 15px;
    height: 435px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.featured-business-case-content {
    background-color: white;
    width: 55%;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
    margin-left: -15px;
    padding: 15px;
    position: absolute;
    bottom: -82px;
    left: 0;
}

.featured-business-case-content h3 {
    font-size: 16px !important;
    font-family: 'Droid Serif';
    font-weight: 600;
    font-style: italic;
    text-transform: none;
}

.featured-business-case-content a, .latest_posts_list .more-publications {
    background-color: #333;
    padding: 10px 24px;
    color: white;
    margin-top: 20px;
    display: block;
    width: fit-content;
    text-align: center;
}

.featured-business-case-content a:hover, .latest_posts_list .more-publications:hover {
    background-color: #6fc733;
    color: white !important;
}
