footer {
    width: 100%;
    margin-top: 83px;
}

footer .title {
    width: 100%;
    text-align: center;
}

footer .title img {
    width: 26%;
}

footer .connect {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    flex-wrap: wrap;
}

footer .connect .tg {
    padding: 0 50px;
    width: 300px;
}

footer .connect .tg .pic {
    width: 100%;
}

footer .connect .tg .pic img {
    width: 100%;
}

footer .connect .tg .text {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 30px;
}

footer .connect .tg .btn {
    text-align: center;
    margin-top: 24px;
}

footer .connect .tg .btn a img {
    width: 120px;
}

footer .connect .potato {
    padding: 0 50px;
    width: 300px;
}

footer .connect .potato .pic {
    width: 100%;
}

footer .connect .potato .pic img {
    width: 100%;
}

footer .connect .potato .text {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 30px;
}

footer .connect .potato .btn {
    text-align: center;
    margin-top: 24px;
}

footer .connect .potato .btn a img {
    width: 120px;
}

footer .connect .tiktok {
    padding: 0 50px;
    width: 300px;
}

footer .connect .tiktok .pic {
    width: 100%;
}

footer .connect .tiktok .pic img {
    width: 100%;
}

footer .connect .tiktok .text {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 30px;
}

footer .connect .tiktok .btn {
    text-align: center;
    margin-top: 24px;
}

footer .connect .tiktok .btn a img {
    width: 120px;
}

footer .connect .instergram {
    padding: 0 50px;
    width: 300px;
}

footer .connect .instergram .pic {
    width: 100%;
}

footer .connect .instergram .pic img {
    width: 100%;
}

footer .connect .instergram .text {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 30px;
}

footer .connect .instergram .btn {
    text-align: center;
    margin-top: 24px;
}

footer .connect .instergram .btn a img {
    width: 120px;
}

.email {
    margin-top: 54px;
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 24px;
    padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .mobile footer {
        margin-top: 40px;
        width: 100%;
    }

    .mobile footer .title img {
        height: auto;
        width: 73%;
    }

    .mobile footer .cell a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 34px;
        width: 100%;
    }

    .mobile footer .connect {
        margin-top: 10px;
        justify-content: space-between;
    }

    .mobile footer .connect .tg {
        padding: 0;
        width: 48%;
        margin-bottom: 0.2rem;
    }

    footer .connect .tg .text {
        margin-top: 8px;
        font-size: 14px;
    }

    .mobile footer .connect .tg .btn {
        margin-top: 10px;
    }

    .mobile footer .connect .tg .btn a img {
        width: 60%;
    }

    .mobile footer .connect .potato {
        padding: 0;
        width: 48%;
        margin-bottom: 0.2rem;
    }

    .mobile footer .connect .potato .text {
        margin-top: 8px;
        font-size: 14px;
    }

    .mobile footer .connect .potato .btn {
        margin-top: 10px;
    }

    .mobile footer .connect .potato .btn a img {
        width: 60%;
    }

    .mobile footer .connect .tiktok {
        padding: 0;
        width: 48%;
        margin-bottom: 0.2rem;
    }

    footer .connect .tiktok .text {
        margin-top: 8px;
        font-size: 14px;
    }

    .mobile footer .connect .tiktok .btn {
        margin-top: 10px;
    }

    .mobile footer .connect .tiktok .btn a img {
        width: 60%;
    }

    .mobile footer .connect .instergram {
        padding: 0;
        width: 48%;
        margin-bottom: 0.2rem;
    }

    footer .connect .instergram .text {
        margin-top: 8px;
        font-size: 14px;
    }

    .mobile footer .connect .instergram .btn {
        margin-top: 10px;
    }

    .mobile footer .connect .instergram .btn a img {
        width: 60%;
    }

    .email {
        margin-top: 25px;
        color: #000;
        text-align: center;
        width: 100%;
        font-size: 16px;
        padding-bottom: 20px;
    }
}
