.pds_catswithimg .card-text h5 {
    text-transform: uppercase;
}

.pds_catswithimg .inner {
    overflow: hidden;
}

.pds_catswithimg .inner img {
    transition: all 0.75s ease;
}

.pds_catswithimg .inner:hover img {
    transform: scale(1.25);
    opacity: 0.75;
}
