@media screen and (max-width: 820px) {
    .footer-mobile-parent {
        padding: 15px;
    }

    .footer-mobile-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #333333;

    }

    .footer-mobile-row:nth-child(1) {
        height: 100px;
    }





    .footer-mobile-row:nth-child(3) {
        justify-content: center !important;
        gap: 10px;
    }

    .footer-mobile-column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100px;
    }

    .footer-content>img {
        height: 42px !important;
        width: auto;
    }

    .footer-mobile-row:nth-child(4) {
        justify-content: center !important;
        gap: 5px;
    }



    .footer-mobile-row>h4 {
        width: 100% !important;
        text-align: center !important;
        font-family: 'Gabarito', sans-serif !important;
        font-weight: bolder;
        font-size: 14px;
    }

    .footer-mobile-row:nth-child(5)>.footer-mobile-column {
        width: 50%;
        justify-content: start;
    }

    img[alt='AFC'] {
        width: 116.21px !important;
    }

    img[alt='curacao'] {
        width: 116.21px !important;
    }

    img[alt='apk'] {
        width: 110.11px !important;
    }

    .footer-column {
        width: auto;
    }

    .footer-mobile-column>ul {
        margin-top: 6px;
    }

    ul .footer-mobile-li a {
        text-decoration: none;
        text-align: left !important;
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        color: #d2d2d2 !important;
        display: block;
        padding: 5px 0 5px 0;
    }

    .footer-mobile-row:last-child {
        display: block;
        margin: auto;
    }


    .rightsreserved-mobile {
        font-family: 'Gabarito', sans-serif;
        font-size: 9px;
        font-weight: 600;
        color: #d2d2d2 !important;
    }

    .footer-mobile-row:last-child {
        border: none
    }

    .footer-mobile-row:last-child>p:last-child {
        font-family: "Inter", sans-serif;
        font-size: 9px;
        color: #d2d2d2 !important;
        padding: 0 50px 0 50px;
    }

    .v3-top-navigation-button-wrapper {
        left: 5% !important;
        bottom: 84px !important;
    }

    ul li {
        text-decoration: none;
        list-style-type: none;
    }
}