div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}

.b-team-header {
	text-align: left;
	padding-bottom: 50px;
}

.b-team-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 130%;
	color: #1E2025;
	text-decoration: none;
	padding-bottom: 11px;
	display: inline-block;
}

.b-team-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}

.team-img-wrapper {
	margin: 0 auto;
	width: 200px;
}

.team__body-wrapper {
	position: relative;
	padding-left: 40px;
	text-align: left;
	padding-right: 40px;
}

.team-post-wrapper {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.5);
	padding-bottom: 5px;
}

.team-name-wrapper {
	font-weight: 700;
	font-size: 25px;
	line-height: 150%;
	text-align: center;
	color: #1E2025;
	padding-bottom: 23px;
}

.team__body_box-wrapper {
	padding-top: 25px;
}

.team-ul-wrapper {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #1E2025;
	list-style: none;
	margin: 0;
	padding-left: 40px !important;
}

.team-ul-wrapper a {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}

.b-team-arrow {
	text-align: left;
}

.b-team-arrow a {
	font-weight: 700;
	font-size: 16px;
	line-height: 170%;
	color: #2FC9C8;
	text-decoration: none;
}

.b-team-arrow a:hover {
	text-decoration: none;
	color: #2FC9C8;
}

.b-team-arrow a span {
	padding-right: 15px;
}

.team-ul-wrapper li {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 12px;
	align-items: center;
}

.team-ul-wrapper li svg {
	margin-right: 10px;
}

@media (max-width: 900px) {
	.team-ul-wrapper {
		padding-left: 0px !important;
	}

	.team-post-wrapper {
		font-size: 10px;
	}

	.team-name-wrapper {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.team-ul-wrapper,
	.team-ul-wrapper a {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.b-team-title {
		font-size: 25px;
	}
}