.fxmagician-com-currency-interest-rate-table {
    position: relative;
    z-index: 2;
    padding-left: 200px; /* Adjust the value as needed */
    padding-right: 200px; /* Adjust the value as needed */
}

@media (max-width: 768px) {
    .fxmagician-com-currency-interest-rate-table {
        padding-left: 10px; /* Reduced padding */
        padding-right: 10px; /* Reduced padding */
    }
}