.listagem .info-produto .preco-produto .preco-promocional {
    font-size: 32px;
    /* add essa linhas abaixo */
    font-weight: normal; 
    white-space: nowrap;
    line-height: 32px;
}

@media only screen and (max-width: 767px) {
.listagem .listagem-linha li {
width: 50%;
float: left;
padding: 0 !important;
margin: 0 !important;
}
}