
@media only screen and (max-width: 768px) {
    .Footer_Contact ul {
        float: right;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 11px 0 20px 0;
        display: flex;
        flex-direction: column;
    }

    .Footer_Contact ul li:nth-child(2) {
        border: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .logo p {
        padding-right: 0;
    }
    footer .menu li a{
        padding: 0;
    }
    footer .social ul li a {
        margin: 0 0 0 10px;
        font-size: 30px;
        font-weight: 500;
    }
    footer p.title {
        text-align: left;
        margin-right: 14px;
    }
}