﻿.footer-container {
    padding: 16px 16px
}

.footer-row {
    display: flex;
    justify-content: center;
}

.footer-item img {
    width: 100%; /* or any custom size */
    height: 100%;
    object-fit: contain;
    padding: 10px 30px 10px 30px
}

@media only screen and (min-width: 2000px) {
    .footer-item {
        width: 9% !important;
        flex: unset;
    }
}

@media only screen and (min-width: 1400px) {
    .footer-item {
        width: 10.2857142%;
        flex: unset;
    }
}
