.cont {
/*  width: 720px;*/
}

.container {
  /*display: flex;
  flex-wrap: wrap;
  width: 720px;
  justify-content: flex-start;*/
}

.single-item {
  /*width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  margin: 20px;
  border-radius: 10px;
  color: #888;*/
}

.pagination {
  padding: 20px;
}
.pagination,
.pagination * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pagination a {
  display: inline-block;
  border-radius: 4px;
  background-color: #436e57;
  border: 1px solid #477254;
  box-shadow: 0 16px 22px -17px #03153B;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 7px;
  padding: 13px 13px;
  margin: 5px;
}
.pagination a.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.pagination a.current {
  background: #7fb144;
}