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

ul.ticker-ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

li.ticker-li {
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0px 20px;
    display: inline-block;
    font-family: sans-serif;
    line-height: 50px;
    vertical-align: center;
    color: white;
    background-color: #0000ff;
    border-radius: 5px;
}

span {
    display: inline-block;
}

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

    ul.ticker-ul {
        font-size: 14px; /* Smaller font size for ticker */
        height: 40px; /* Adjust ticker height */
    }

    li.ticker-li {
        padding: 0px 10px; /* Adjust padding for smaller screens */
    }

    h2 {
        font-size: 24px; /* Smaller title font size */
    }
}