  .btn-news-showmore{
    background-color:#FFF; color:#11A9AD; font-size:14px; padding:10px 25px; border-radius:8px;
  }
  .bg-berita-widget{
      padding:10px;background-color:rgba(17,169,173,0.7);backdrop-filter: blur(25px);
  }
  .news_title h3{
      color:#FFF;
  }
  .news-description{
    color:rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 20px;
  }
  .news-hover-zoom {
  height: 260px; 
  overflow: hidden;
  border-radius: 8px;
  }
  .news-hover-zoom img {
  transition: transform .90s ease;
  }
  .news-hover-zoom:hover img {
  transform: scale(1.2);
  }
  .news-title{
    font-size: 14px;
    padding-bottom:10px;
  }
  @media only screen and (max-width: 768px) {
      .news-main{
          font-size:18px;margin-top:40px;margin-bottom:0px;
      }
  }
  