.news__bottom{
	align-items: center;
}

.news__bottom__link{
	display:  flex;
	width: 105px;
	align-items: center;
	justify-content: space-between;
}

.news__bottom__link svg { 
	fill: #45b172;
	transform: rotate(90deg)scale(0.7, 0.7);
	flex: 1;
	transition: all .5s ease;
 }


.news__bottom__link a { 
	transition: all .5s ease;
 }

 .news__bottom__link:hover svg{ 
 	fill: #ffa800;
	transform: rotate(90deg)scale(0.8, 0.8);
	flex: 1;
  }

 .news__bottom__link:hover a{ 
 	color: #ffa800;
 	text-decoration: none;
  }

  .body__link{
  	text-decoration: none;
  }

.news-block__item{
	transition: all .5s ease;
}

.news-block__item:hover{
	transform: scale(1.04, 1.04);
}

