.navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .navigation .numbers{
  }
  .pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius: 0;
  }
  .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background: #05476B;
    color: #fff;
  }
  .pagination > li > a, .pagination > li > span{
    padding: 5px 16px;
  }
  .pagination > li > a, .pagination > li > span{
    border: 1px solid #CBCBCB;
  }
  .numbers font{
    color: #8C8C8C;
    margin-right: 10px;
    margin-left: 10px;
  }
  .numbers input{
    width: 40px;
    height: 30px;
    border: 1px solid #CBCBCB;
    text-align: center;
    color: #2E2E2E;
  }
  .sure{
    width: 46px;
    height: 30px;
    border: 1px solid #CBCBCB;
    color: #8C8C8C;
    background: none;
  }
  .img-rounded-parent{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding-top: 13px;
    padding-bottom: 6px;
    border-bottom: 1px solid #CBCBCB;
  }
  /* .person li .img-rounded{
    width: 105px;
    height: 146px;
  } */
  h4{
    margin-top: 0 !important;
  }
  .img-rounded-parent a{
    /*width: 20%;*/
  }
  .textBox{
    margin-left: 16px;
    width: 100%;
  }
  .textBox h4{
    color: black;
    font-weight: normal;
  }
  .textBox h5{
    color: #413F49;
    font-weight: normal;
  }
  .textBox a{
    color: #00873b;
  }
  .textBox h66{
    color: #00873b;
    font-weight: normal;
    font-size:24px;
  }
