.new_contacts_block {
    font: 1rem "Segoe UI", sans-serif;
    
    color: black;
}
.new_contacts_block h2 {
    font-size: 2em;
    font-weight: 600;
    background: linear-gradient(to left, #222222 70%, #ffa500 100%);
    background-clip: text;
    color: transparent;
}
.contacts_group {
    color: black;
}

.contacts_subgroup {
    display: flex;
    flex-wrap: wrap;
}

.person_contact_info_block_wrap {
    width: 25em;
    margin: 1rem;
    background: linear-gradient(to bottom, #ffa500 50%, #222222);
    border-color: transparent;
    padding: 1px;
    border-radius: 3em;
}
.person_contact_info_block {
    height: 100%;
    width: 100%;
    padding: 1em;
    border-radius: 3em;
    background: white;
}

.person_contact_info_block h3 {
    font-size: 1.5em;
    text-align: center;
    color: #ffa500;
    font-weight: 600;
}
.person_contact_info_block h4 {
    font-size: 1.25em;
    text-align: center;
    color: black;
    font-weight: 300;
}


.person_info {
   font-size: 1em;
   text-align: left;
   margin: 2.5em 0;
}
.employee_mail {
    display: inline;
    margin: 0;
    padding: 0;    
}

.employee_mail {
    margin: 0;
    padding: 0;
}


.employee_mail:before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url('../images/icons/new_contacts_page/mail.png');
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    
   
}
.employee_phone_number:before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url('../images/icons/new_contacts_page/phone.png');
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}
.employee_home_phone_number:before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background: url('../images/icons/new_contacts_page/h_phone.png');
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}



.employee_viber {
    font-size: 1.25em;
    display: table-cell;
    height: 1.5em;
    padding-left: 1em;
    vertical-align: middle;
    background: url('../images/icons/new_contacts_page/viber.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.employee_whatsapp {
    font-size: 1.25em;
    display: table-cell;
    height: 1.5em;
    padding-left: 1em;
    vertical-align: middle;
    background: url('../images/icons/new_contacts_page/whatsapp.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.employee_telegram {
    font-size: 1.25em;
    display: table-cell;
    height: 1.5em;
    padding-left: 1em;
    vertical-align: middle;
    background: url('../images/icons/new_contacts_page/telegram.png');
    background-repeat: no-repeat;
    background-size: contain;
}