.wrapper__widget-keuangan {
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    border-radius: 1rem;
    /* box-shadow: 1px 1px 5px gray; */
    overflow: hidden;
  }
  
  .widget-keuangan__header {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #134199;
  }
  
  .widget-keuangan__header-text {
    margin-left: 5px;
  }
  
  .widget-keuangan__header-text p {
    font-size: 16px;
    font-weight: 700;
    color: #4f2d0e;
  }
  
  .widget-keuangan__thumbnail img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
  }
  
  .widget-keuangan__thumbnail {
    /* margin-top: 20px; */
    margin-bottom: 12px;
    position: relative;
  }

  .widget-keuangan__thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 65, 153, 0.00) 0%, rgba(19, 65, 153, 0.70) 84.37%);
  }
  
  .widget-keuangan__list-news {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .widget-keuangan__border-line {
    border-top: 1px solid #D9D9D9;
    margin-bottom: 8px;
  }
  
  .widget-keuangan__list-news-title {
    font-size: 15px;
    font-weight: 700;
    color: #12367C;
    /* padding-top: 2px; */
    margin: 0px;
    padding-bottom: 5px;
  }
  
  .widget-keuangan__list-news-title.white {
    color: #ffffff;
  }
  
  .widget-keuangan__list-news-datetime {
    font-size: 11px;
    font-weight: 400;
    color: #5A707C;
    /* font-style: italic; */
    /* padding-top: 5px; */
    padding-bottom: 10px;
    margin: 0px;
  }
  
  .widget-keuangan__list-news-datetime.white {
    color: #ffffff;
  }
  
  .btn-widget-keuangan {
    background: #134199;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    padding: 15px 0px;
  }
  
  .btn-widget-keuangan:hover {
    color: #fff;
    background: #0E3071;
    border: 1px solid #0E3071;
  }
  
  .widget-keuangan__thumbnail-text {
    position: absolute;
    /** top: 3%; */
    /* margin-top:-25%; */
    bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  a .widget-keuangan__list-news-title:hover {
    color: #3671E1;
  }
  
  a .widget-keuangan__list-news-title.white:hover {
    color: #ECECEC;
  }
  