.div_img img{
    width: 100%;
}
.pagination .page-numbers {
    border-radius: 5px;
    padding: 8px 16px;
    color: black;
    text-decoration: none;
  }
  
  .pagination .page-numbers.current {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
  }

  .pagination .page-numbers:hover:not(.current) {
    color: white;
    background-color: #0f0e0e;
    border-radius: 5px;
  }
  .pagination{
    justify-content:  center;
  }

  @media (max-width:475px){
    .section-stories-hot__list{
        grid-template-columns: repeat(2, 1fr);
    }


    .row.align-items-start .sticky-md-top{
        margin-top: 20px;
    }
    .story-detail__bottom.mb-3 .d-flex.align-items-center.flex-warp{
        flex-wrap: wrap;
    }
    .story-item-no-image__name.d-flex.align-items-center{
        width: 100%;
    }
  }
  