.Ya-news a {
  display: flex;
  background-color: #fff;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05);
  color: #656974;
  font-size: 0.8rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.Ya-news a img {
  border-radius: 8px;
}
.Ya-news a .mainNewsImg {
  min-width: 120px;
  max-width: 203px;
}
.Ya-news a div {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.Ya-news a div h2 {
  color: #191920;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.Ya-news a div .news-badge {
  font-size: 0.75em;
  color: #ccc;
  font-weight: bold;
}
.Ya-news a div span {
  margin-top: auto;
}
.Ya-news a div span i {
  font-size: 0.8rem;
}
.Ya-news a div p {
  height: 40px;
  overflow: hidden;
}
.Ya-news a:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.Ya-news a.main-news {
  position: relative;
  padding: 0 !important;
  margin-bottom: 0;
  height: 100%;
}
.Ya-news a.main-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 70%, black 100%);
  border-radius: 8px;
}
.Ya-news a.main-news .details {
  position: absolute;
  bottom: 0;
  color: white;
}
.Ya-news a.main-news .details h2 {
  color: white;
  line-height: 41px;
  font-size: 29px;
}
.Ya-news.col-md-10 a img {
  height: 32vh;
}
.Ya-news.col-md-10 a div p {
  height: 60px;
}

.Ya-news-details {
  color: #656974;
  font-size: 1rem;
}
.Ya-news-details h1 {
  color: #191920;
  font-size: 2rem;
}
.Ya-news-details .img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05);
  margin: 1rem 0 2rem;
}
.Ya-news-details .ann-desc {
  text-align: justify;
}
.Ya-news-details .ann-desc h1,
.Ya-news-details .ann-desc h2,
.Ya-news-details .ann-desc h3,
.Ya-news-details .ann-desc h4,
.Ya-news-details .ann-desc h5,
.Ya-news-details .ann-desc h6 {
  font-size: 1.2rem !important;
}
.Ya-news-details .ann-desc img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05);
  margin: 1rem 0 2rem;
}
.Ya-news-details .ann-desc .heading {
  padding: 10px;
  background: #efefef;
  margin-bottom: 1rem;
}