._footer .social h4, ._footer .contact h4 {
    margin-bottom: 15px;;
}

._footer .social svg {
    width: 22px;
    height: 22px;
}

._footer .contact ul {
    display: flex;
}

._footer .contact li {
    margin-right: 13px;
}

@media only screen and (max-width: 768px) {
    ._footer .contact ul {
        justify-content: center;
    }
}