.pdf-list {
	width: 80%;
}
.card {
	width: 17rem;
}
.category .list-group {
	width: 200px;
}
.nd {
	text-decoration: none;
}
.card-img-top {
  height: 300px;
  object-fit: cover;
}

.dive {
box-sizing: border-box;
border-radius: 50px;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
