.featured-case-study {
    padding-top: 40px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;

    @media (min-width:480px) {
        text-align: left;
    }

    @media (min-width:768px) {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

.featured-case-study__logo {
    margin-bottom: 20px;
}

.featured-case-study__content {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;

    p {
        margin-bottom: 15px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    @media (min-width:768px) {
        font-size: 22px;
    }
}