    @media (max-width: 800px) {
       
       .footer .footer-left{
            order:2;
            max-width: 100%;
        }
       .footer .footer-right{
            order:1;
            display: flex;
  justify-content: space-between;
  
  width: 80%;
  padding-bottom: 50px;
        }
    }    
    
    .footer {
        padding: 0px 0;
        background: var(--bg200);
    }

    .footer-container {
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
padding: 10vw;
    }

    .footer-left {
        max-width: 60%
    }

    .footer-logo {
        width: 180px;
        margin-bottom: 15px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer-right {
        display: flex;
        gap: 60px;
    }

    .footer-column h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-column ul li {
        margin-bottom: 6px;
    }

    .footer-column ul li a {
        text-decoration: none;
        font-size: 14px;
    }

    .footer-column ul li a:hover {
        text-decoration: underline;
    }

    .footer-logo-image {
        width: 20%;
    }

    .footer-logo-text {
        width: 19%;
        padding-top: 12px;
    }

    .footer .display-grid {
        margin-bottom: 20px;
    } 

    .footer .display-grid p {
    color: var(--text-no-name);
    padding-bottom: 45px;
    }


    .footer-left p {
        color: var(--text-primary);
        padding-bottom: 20px;
    }
    .footer-left .notes {
        color: var(--text-no-name);
        padding-bottom: 40px;
    }

    .footer h4{
        color: var(--text-tertiary);
    }
       .footer .footer-column ul li {
        padding-top: 40px;
    }


    .footer .footer-column ul li a {
        color: var(--text-primary);
    }
        .footer-left{
            order:1
        }
        .footer-right{
            order:2;
            padding-bottom:0px;
        }
