*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #282828;
    color: white;
}

.zoom{
    padding: 20px;
}

.item{
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    background-color: #133551;
}

.imagem{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    flex-basis: 33%;
    min-width: 33%;
    margin-right: 15px;
}

.texto{
    /*font-weight: bold;*/
    font-size: 13px;
}

.imagem:after{
    content: '';
    display: block;
    padding-bottom: 56.25%;
}