/*  This is used on the All Calculators page specifically for Mobile View reducing the padding-bottom from 40px to 0px. It reduces the default spacing between calculator categories. */


.scu-layouts .scu-column-4 > .scu-col {
    padding-bottom: 10px;
}