.contacts_list_wrap {
    padding: 2em 0;
}
.contacts_list_wrap .contacts_list_title {
    color: #495773;
    font-size: 1.125em;
    text-align: center;
    margin: 0 0 1em;
}
.contacts_list_wrap .contacts_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contacts_list_wrap .contacts_list li:not(:last-child) {
    margin: 0 0 0.625em;
}
.contacts_list_wrap .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3.125em;
    border: 1px solid rgba(161, 168, 183, 0.3);
    border-radius: 0.25em;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s;
}
.contacts_list_wrap .contact .icon {
    max-width: 1.25em;
    max-height: 1.25em;
    margin: 0 0.5em 0 0;
}
.contacts_list_wrap .contact:active {
    box-shadow: inset 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.2);
}