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;
}
.team_row {
    margin-top: 16px;
}
.block_experience {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 21px;
}
.serv-page__heading {
    margin-top: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.025em;
}
.block_experience_background {
    padding: 16px;
    background: linear-gradient(264.09deg, #88B23F 4.91%, #247238 91.1%);
    border-radius: 8px;
    width: 180px;
}
.block_experience_title {
font-size: 32px;
font-weight: 600;
line-height: 38.4px;
text-align: left;
color:#fff;
}

.block_experience_text {
font-size: 14px;
font-weight: 300;
line-height: 16.8px;
text-align: left;
color:#fff;
opacity: 0.8;
}
.block_heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-top: 40px;
    margin-bottom: 23px;
}

/*----------------*/
.news-list.team .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list.team .title{
	font-weight: 900;
}

.news-list.team .item .name{
	text-transform: uppercase;
	font-weight: bold;
}
.news-list.team .item .sub-name{
	font-size: 13px;
}

.news-list.team .item .wrap{
	position: relative;
}

.news-list.team .item .wrap{
	position: relative;
}

.news-list.team .item .wrap .info{

	text-align: center;
	position: absolute;
	top: calc(45% - 60px);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition:all 0.2s;
	margin: 0px 10px;
}

.img-wrap{

}
.news-list.team .item .img-wrap{
	background: #247238;
}

.news-list.team .item:hover .wrap .info{
	visibility: visible;
	opacity: 1;
	cursor: default;
	color: #fff;
}

.news-list.team .item .wrap .image{
	opacity: 1;
	transition: all 0.4s;
}

.news-list.team .item:hover .wrap .image{
	opacity: 0.1;
}

@media (max-width: 1199px) {
	.news-list.team .item .wrap .info{
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.news-list.team .item .wrap .info{
		font-size: 9px;
	}
}
@media (max-width: 767px) {
	.news-list.team .item .wrap .info{
		font-size: 18px;
	}
}

