@media (max-width: 1100px) {
    .wrapper footer.container {
        padding: 10px;
    }

}

@media (max-width: 1000px) {

    .wrapper footer.container .footerTop {
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {

    .wrapper footer.container .footerTop table thead th {
        font-size: 15px;
    }

    .wrapper footer.container .footerTop table tbody tr td {
        font-size: 12px;
    }

    .wrapper footer.container .footerTop {
        justify-content: center;
    }
}



