.click_more{
    text-align: center;
    /* border: 1px solid #333; */
    width: fit-content;
    padding: .1rem .15rem;
    margin-top: .3rem;
    border-radius: .15rem;
    text-decoration: none !important;
    color: white !important;
    background: #007ab8;}
  /*
.click_more:hover{
    border: 1px solid #007ab8;
    color: #007ab8 !important;
} */
