.BusinessCard__profilePicture {
    width: 100%;
    height: auto;
    margin-bottom: .8em;
}

.BusinessCard__name {
    margin-bottom: .8em;
    font-size: 1.1em;
}

.BusinessCard__contactInformation,
.BusinessCard__contactInformation {
    margin-bottom: .8em;
}

.BusinessCard__emailAddress,
.BusinessCard__phoneNumber {
    margin-bottom: 0;
    font-size: .9em;
    color: #1e2878;
}

.BusinessCard__emailAddress:before,
.BusinessCard__phoneNumber:before {
    margin-right: .5em;
    font-family: 'nvvk';
    font-size: 1.2em;
    content: '@';
    color: #c86432;
    text-decoration: none;
}

.BusinessCard__emailAddress:before {
    content: '\e807';
    margin-right: .2em;
}

.BusinessCard__phoneNumber:before {
    display: inline-block;
    width: 17px;
    height: 15px;
    content: '';
    vertical-align: center;
    background: url('phone@2x.png') 0 0 no-repeat;
    background-size: cover;
}

.BusinessCard__emailAddress--url {
    text-decoration: underline;
}

.BusinessCard__jobTitle {
    font-size: .8em;
}
