.card {
    display: flex;
	width: auto;
}

.card * {
    margin: 0;
    box-sizing: border-box;
}

.position {
    font-size: 18px;
    color: #444;
}

.part {
    padding-bottom: 16px;
}

.fl-jc-sb {
    display: flex;
    justify-content: space-between;
}

.part strong, p {
    font-size: 14px;
}

.department {
    width: 173px;
    height: 173px !important;
    object-fit: cover;
	border-radius: 8px;
    margin-right: 30px;
}

.dash-line {
    height: 1px;
    opacity: 0.25;
    background-image:
        repeating-linear-gradient(90deg, #333333, #333333 25px, transparent 0px, transparent 50px);
    background-size: 100% 1px;
    background-position: 0 0;
    background-repeat: no-repeat;
	margin: 30px 0;
}

.ptop-8 {
    margin-top: 8px;
}

.info-side {
    float: right;
    width: 100%;
}

.btn-email {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    height: 40px;

    background: #BE1E2D;

    border: 1px solid #BE1E2D;
    border-radius: 8px;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.btn-email-text {
    position: static;

    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
	
	padding: 0;
	
	border: none;
	background: none;
	outline:none;
}

.btn-email-text:hover {
    text-decoration: none;
	cursor: pointer;
}

.btn-share {
    cursor: pointer;
	border: 0px solid;
	border-radius: 50%;
    margin: 0 3px;
    width: 32px;
    height: 32px;
}