.content ul:last-child
{
    margin-bottom: 0;
}

.content
{
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.content__info
{
    overflow: hidden;

    padding: 1rem;
}

.content img
{
    margin-bottom: 15px;
}

@media (min-width: 992px)
{
    .content__info
    {
        padding: 2rem;
    }
}
