.premios .expositores {
    float: left;
    width: 100%
}
.premios .expositores .titulo {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
    font: bold 30px/34px 'Roboto', sans-serif;
    color: #333
}
.premios .expositores .titulo:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 5px;
    background: #333;
    content: ''
}
.premios .expositores .titulo a {
    color: #333
}
.premios .expositores ul li {
    margin-bottom: 30px;
    text-align: center
}
.premios .expositores ul li .imagem {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px
}
.premios .expositores ul li .imagem img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}