#footer_contacts .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#footer_contacts .contact {
    width: 25%;
    display: flex;
}

#footer_contacts .contact-icon {
    display: flex;
    align-items: center;
}

#footer_contacts .contact-text p, #footer_contacts .contact-text h4 {
    padding-left: 10px !important;
}

@media (max-width: 1024px) {
    #footer_contacts .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    #footer_contacts .contact:first {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer_contacts .contact {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 16px;
    }

    #footer_contacts .contact-text h4 {
        font-size: 14px !important;
    }
}
