.grmp-read-more {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 5px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
    transition: all .15s ease-in-out;
    cursor: pointer;
  }
  
  .grmp-read-more:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }