.more_reading a{
    text-decoration: none;
}

.reading_text {
      padding: 15% 0%;   
    min-height: 270px;
    color: #000;
    text-decoration: none;
  }
.reading_text:hover{
    text-decoration: none;
}
.reading_text p{
    font-size: 20px;
}
  .reading_bg {
      background-color: #f7f7f7;
      padding: 5% 0;
  }

  .reading_bg h2 {
      text-align: center;
  }

  .more_reading {
      margin-top: 2%;
  }
  .thumbnail > img {
      border-radius: 10px 10px 0 0;
  }

  .thumbnail {
      border-radius: 13px;
      padding: 0px;
      background-color: #ebebeb;
  }