.personsWrap {
	padding-top: 20px;
}

.personItem {
	position: relative;
	text-align: center;
}

.personItem a {
	display: block;
	text-align: center;
	margin-top: 15px;
	color: #00b036;
	font-weight: bold;
	font-size: 15px;
}

.personItem a:before {
	content: "";
	position: absolute;
	inset: 0;
}

.personItem img {
	object-fit: contain;
	opacity: .95;
}

.personItem:hover img {
	opacity: 1 !important;
}

.speedbar {
	margin: 20px 0;
}

.newsPost {
	margin: 20px 0;
}

.newsPost > img {
	margin-right: 30px;
	object-fit: contain;
}

.rInfo {
	font-size: 14px;
	margin-bottom: 9px;
}

.r-l {
	flex-shrink: 0;
	width: 130px;
	font-weight: bold;
}

.r-r {
	color: #666b77;
}

.personDescr {
	margin: 30px 0;
}

.personDescr h3 {
	font-size: 17px;
}

.personDescr a {
	color: #00b036;
	border-bottom: 1px dashed;
}

.personDescr a:hover {
	color: #157b34;
	border: none;
}

figure.image {
	text-align: center;
}

figcaption {
	margin: 10px 0;
	color: #a0a0a0;
}