.chamada-padrao{
    padding-right: 20px;
}

.chamada-padrao figure{
    max-width: 187px;
    max-height: 94px;
    height: 100%;
    width: 100%;
}

.chamada-padrao img{    
    height: 100%;
    width: 100%;
}


.chamada-padrao h2{
    font-size: 17px;
    font-weight: 600;
    color: #130167; 
    line-height: 23px;
    margin-top: 10px;
}

.chamada-padrao h2:hover{
    color: #1d0492;
}


@media (max-width: 767px){
    .chamada-padrao{
        border-bottom: 1px solid #e9e9e9;
        margin-top: 10px;
        padding-right: 0;
    }
    .chamada-padrao figure{
        max-width: none;
        max-height: none;
        height: auto;
        width: 100%;        
    }
    .chamada-padrao h2{
        margin: 15px 0;        
    }
}