.news {
background: lightgreen;
padding:0 10px;
}

.news_image{
text-align: center;
padding:20px 0;

}

.round {
	max-width:200px;
	border-radius: 10%;

}


.top-article__link {
    position: relative;
    display: flex;
    align-items: center;
   
	height: 200px;
	overflow: hidden;
    background-color: white;
    border-radius: 10px;
	border: 1px solid lightgray;
    color: rgb(0, 0, 0);
    transition-property: color, transform;
    transition-duration: 0.5s;
    will-change: transform;
}

.top-article__link:hover {
border: 1px solid steelblue;
}


.top-article__image {
	width: 30%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	
}

.top-article__image img {
    display: block;
    height: 199px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;

}

.obertkas {

	overflow: hidden;
}


.top-article__link:hover img {
 transform: rotate(-1deg) scale(1.05);
  opacity: .95;
 
}


 

.top-article__info
{
    display: block;
    width: 70%;
    object-fit: cover;
}
