.news-container {
  padding: 30px 0;
}
.news__item {
  display: flex;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.news-title {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}
.news-img {
  position: relative;
}
.news-img img {
  width: 250px;
  height: 160px;
  margin-right: 20px;
}
.news-more {
  position: absolute;
  bottom: 0;
  right: -51px;
  padding: 10px 20px;
  background: rgba(68, 134, 247, 0.7);
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s;
  font-family: "Roboto", sans-serif;
}
.news-more:hover {
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
  background: rgba(68, 134, 247, 1);
}
.news-more:visited,
.news-more:active,
.news-more:focus {
  text-decoration: none;
  color: #fff;
}
.news-text {
  height: 101px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

/*NEWS CARD*/
.news-all {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
.news-all img {
  width: 250px;
  margin-right: 20px;
  float: left;
}
.news-title--card {
  text-align: center;
  font-family: "Roboto", sans-serif;
}
