.news-link {
  border-bottom: 5px solid rgba(85, 122, 149, 0.2);
  background: rgba(57, 57, 57, 0.8);
  padding: 25px 10px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  display: block;
  margin-bottom: 45px;
  padding-bottom: 65px;
}

span.just-news {
  position: absolute;
  right: 35px;
  background: linear-gradient(to right, #8d4ce0, #6b36ff);
  font-size: 18px;
  color: #fff;
  padding: 7px 20px;
  border-radius: 3px;
  margin-top: -6px;
  font-weight: 700;
  box-shadow: 0 10px 40px 0 rgba(251, 158, 49, 0.3);
}

.news-log {
  margin-left: 15px;
  max-width: 665px;
}

@media (max-width: 1199.98px) {
.news-log {
  max-width: 525px;
}
}
@media (max-width: 767.98px) {
.news-log {
  max-width: 350px;
}
}

.poster {
  margin-top: 15px;
  margin-bottom: 20px;
}

.poster img {
  width: 850px;
}

.description {
  margin: 15px;
  font-size: 18px;
}

a.btn-view {
  background: linear-gradient(to right, #5260d5, #42a4f3);
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  width: 160px;
  height: 47px;
  border-bottom: 5px solid rgba(210, 253, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: block;
  line-height: 42px;
  text-align: -webkit-center;
  float: right;
  margin-right: 10px;
  transition: 0.5s;
}

a.btn-view:hover {
  background: linear-gradient(to right, #6371e4, #5eb6fd);
  box-shadow: 0 20px 45px 0 #d2fdff;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

a.btn-view:after {
  content: "";

  display: block;
  margin-top: -45px;
  margin-left: 50px;
}

span.ic-sx24 {
  width: 23px;
  height: 15px;
  background: url(../../icons/eye.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  float: left;
  margin-top: 13px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

span.time-data {
  font-size: 12px;
  color: #d2fdff;
  background: rgba(57, 57, 57, 0.99);
  padding: 15px 20px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  float: left;
  margin-right: 6px;
  font-weight: 600;
}

span.views {
  font-size: 12px;
  color: #d2fdff;
  background: rgba(57, 57, 57, 0.99);
  padding: 15px 20px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  float: left;
  margin-right: 6px;
  font-weight: 600;
}
span.comments {
  font-size: 12px;
  color: #d2fdff;
  background: rgba(57, 57, 57, 0.99);
  padding: 15px 20px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  float: left;
  margin-right: 6px;
  font-weight: 600;
}

span.author {
  font-size: 12px;
  color: #d2fdff;
  background: rgba(57, 57, 57, 0.99);
  padding: 15px 20px;
  border-radius: 3px;
  float: left;
  margin-right: 6px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  span.just-news {
    display: none;
  }

}

@media (max-width: 510px) {

  span.comments {
    display: none;
  }
}

@media (max-width: 491px) {
  span.views {
    display: none;
  }
  span.comments {
    display: none;
  }
}

@media (max-width: 991px) {
  span.author {
    display: none;
  }
}