.contact_item_name {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.contact_item_value {
    max-width: 230px;
}

.contact_phone {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000;
}

.map_contact {
    margin-top: 70px;
}

@media(max-width:991px) {
    .contact_item {
        margin-bottom: 15px;
    }
}