body.widget-snippet .waste-collection-content{
        margin: 30px;
    }
.widget-snippet .waste-collection-content .row + .row {
    margin-top: 0;
    padding-top: 20px;
}
    .widget-snippet .waste-picture-cell img{
        max-width: 100%;
        height: auto;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .waste-picture-cell:hover img{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        transform: scale(1.03);
    }
.waste-collection {
    background: #ffffff;
    border-bottom: 3px solid #6aca5a;
    padding: 35px;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
    min-height: 490px;
    margin-bottom: 30px;
    text-align: center;
}
.bottom-waste-col{
min-height: 0;
}
p:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.waste-picture-cell {
    margin-bottom: 10px;
}
