/* Adjust space between footer columns */
.footer-widgets .footer-column {
margin-right: 20px; /* Adds space between columns (right side) */
}
/* Remove space on the right of the last column */
.footer-widgets .footer-column:last-child {
margin-right: 0;
}
/* Adjust the padding inside each column */
.footer-widgets .footer-column {
padding: 60px; /* Adds space inside each column */
}