@charset "utf-8";
/* ===========================================================

	Title: about.css
	Created: 2021-1-7

=========================================================== */
/*

	message
	profile


=========================================================== */
/* ===========================================================

	message

=========================================================== */
.message {
	display: flex;
}
.message__text {
	padding-right: 0;
}
.message__photo {
	flex-shrink: 0;
	text-align: left;
	width: 352px;
}
.message-signature em {
	margin-left: 16px;
	font-size: 24px;
	font-weight: 500;
}
.message-signature {
	display: block;
	padding-top: 16px;
	text-align: right;
	margin-top:40px;
}
/* ===========================================================

	officers-table__units

=========================================================== */
.officers-table {
	white-space: nowrap;
}
.officers-table__position,
.officers-table__name,
.officers-table__date,
.officers-table__units {
	white-space: nowrap;
	width: 1%;
}
.officers-table__units {
	text-align: center;
	vertical-align: middle;
	background-color: #f9f9f9;
}
