.wrapper__widget-b20 {
    background-repeat: no-repeat;
    background-color: #1B1B5E;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px gray;
    /* width: 301px; */
  }
  
  .widget-b20__header {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 1rem 1rem 0 0;
    background-image: linear-gradient(to right, #FF032D, #1B1B5E);
  }

  .widget-b20__header img{
    border-radius: 1rem 1rem 0 0;
  }
  
  .widget-b20__header-text {
    margin-left: 5px;
  }
  
  .widget-b20__header-text p {
    font-size: 16px;
    font-weight: 700;
    color: #4f2d0e;
  }
  
  .widget-b20__thumbnail img {
    width: 100%;
  }
  
  .widget-b20__thumbnail {
    margin-top: 0px;
    margin-bottom: 12px;
  }
  
  .widget-b20__list-news {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 2px;
    padding-bottom: 15px;
  }
  
  .widget-b20__border-line {
    border-top: 1px solid #333333;
    margin-bottom: 8px;
  }
  
  .widget-b20__list-news-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .widget-b20__list-news-title.white {
    color: #ffffff;
  }
  
  .widget-b20__list-news-datetime {
    font-size: 10px;
    font-weight: 400;
    color: #bbbbbb;
    /* font-style: italic; */
    padding-top: 5px;
    padding-bottom: 2px;
    margin: 0px;
  }
  
  .widget-b20__list-news-datetime.white {
    color: #ffffff;
  }
  
  .btn-widget-b20 {
    background: #DF1336;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    padding: 15px 0px;
  }
  
  .btn-widget-b20:hover {
    color: #fff;
    background: #AE112C;
    border: 1px solid #AE112C;
  }
  
  .widget-b20__thumbnail-text {
    position: absolute;
    margin-top: -27%;
    margin-left: 20px;
    margin-right: 20px;
    height: 50%;
    display: flex;
    bottom: 11px;
  }

  .widget-b20__thumbnail-text a{
    padding-bottom: 15px;
    padding-top: 2px;
    align-self: flex-end;
  }
  
  a .widget-b20__list-news-title:hover {
    color: #F24462;
  }
  
  a .widget-b20__list-news-title.white:hover {
    color: #F24462;
  }
  