footer {
    background: rgba(55, 55, 55, 1);
    display: flex;
    flex-direction: column;
    padding-bottom: 2vw;
}

.footer_wrapper {
    display: flex;
    gap: 2vw;
    padding: 3.5vw 0 2vw 0;
    justify-content: space-between;
}

.footer_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer_left {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.footer_links {
    margin-top: 2vw;
}

.footer_info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1vw;
    padding-top: 0;
    margin-top: -3vw;
    width: 20vw;
}

.policy,
.c2025 {
    font-size: 0.8vw;
    font-weight: 400;
    color: rgba(255, 253, 253, 1);
}

.c2025 {
    font-size: 0.9vw;
}

.footer_logo_company {
    width: 86%;
    margin: 0 auto;
}

.footer_logo_company img {
    width: 3.5vw;
}

.download_links {
    margin-top: 1vw;
    margin-bottom: 1vw;
}


.download_link {
    color: rgba(255, 253, 253, 1);
    font-size: 0.9vw;
    font-weight: 500;
    text-decoration: none; margin-right: 1.5vw;
}

@media (max-width: 768px) {
    .footer_mobile.mobile {
        display: flex;
        flex-direction: column;
        gap: 2vw;
        padding-top: 10vw;
    }

    .policy {
        font-size: 3.5vw;
    }

    .footer_links {
        display: flex;
        flex-direction: column;
        gap: 5vw;
        margin-top: 5vw;
    }

    .footer_info {
        display: flex;
        flex-direction: column;
        gap: 1vw;
        padding-top: 5vw;
        padding-bottom: 5vw;
        width: unset;
    }

    .c2025 {
        font-size: 4vw;
        font-weight: 400;
    }

    .footer_info .policy {
        font-size: 4.2vw;
        font-weight: 400;
    }
}
