/*
 * Copyright (c) 2021. sandysman@mail.ru Martynov A.V.
 */
.projects__main__left .projects__main__feed {
  justify-content: space-between;
}
.projects__main__left .projects__main__feed .news_post {
  margin-right: 20px;
}
.projects__main__left .projects__main__feed .news_post:nth-child(3n-1) {
  margin-right: 20px;
}
.projects__main__left .projects__main__feed .news_post .news_post-img a {
  margin-top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.projects__main__left .projects__main__feed .news_post .news_post-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: all 0.2s linear;
}

.news_post-img img {
	object-fit: cover;
}
