a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-si {
    width: 100%;
    display: block;
    height: 100%;
    margin-bottom: 10px;
}

.dgwt-wcas-suggestions-wrapp div.blocks:first-child {
    width: 24%;
    margin-right: 1%;
    float: left;
}
.dgwt-wcas-suggestions-wrapp div.blocks {
    width: 75%;
    float: left;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    min-height: 175px;
}
@media (max-width: 575px) {
    .dgwt-wcas-suggestions-wrapp div.blocks:first-child {
        width: 100%;
        margin-right: auto;
        float: none;
    }
    .dgwt-wcas-suggestions-wrapp div.blocks {
        width: 100%;
        float: none;
    }
}