.body-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px; }

.items-text {
  width: 100%;
  margin-bottom: 1.5rem;
  line-height: 1.5; }

.items-news {
  position: relative;
  color: white;
  width: 100%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 325px;
  margin-bottom: 1rem; 
  }
 .items-news:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(13, 18, 28, 0.52);
    left: 0px;
    top: 0px;
} 

.items-news_date {
  position: absolute;
  top: 10px;
  left: 10px; }

.items-news_title {
  font-size: 24px;
  font-weight: 500;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1.2;
  height: auto;
  margin-bottom: 1rem; }

.items-news_text {
  font-weight: 300;
  font-size: 16px;
  color: #E8E8E8;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.items-news_more {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding-right: 60px;
  line-height: 1.2;
  color: white; }
  .items-news_more:hover {
    text-decoration: none;
    color: white; }
  .items-news_more:after {
    content: '';
    background-image: url("../img/Arrow.svg");
    width: 60px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center; }

.center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; 
  z-index: 5;}

.a-text:hover {
  text-decoration: none; }

.news-full {
  margin: 2rem 0;
  line-height: 1.5; }

.news-full-img {
  margin: 2rem 0;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media only screen and (max-width: 767px) {
  .pad {
    padding: 0; } }

@media only screen and (min-width: 767px) {
  .items-text {
    padding: 30px;
    width: 47%; }
  .items-news {
    margin-bottom: 2rem;
    height: 340px; } }

@media only screen and (min-width: 990px) {
  .items-news {
    padding: 30px;
    height: 400px; }
  .items-news_more {
    position: absolute;
    bottom: 30px;
    left: 30px; }
  .items-news_date {
    top: 30px;
    left: 30px; }
  .news-full-img {
    height: 400px; } }

@media only screen and (min-width: 1200px) {
  .news-full-img {
    height: 600px; } }
