.bicara-sehat .row {
  padding-bottom: 30px;
}

.bicara-sehat .card {
  margin: 10px auto;
}

.bicara-sehat .card-title:hover {
  color: #e96b56;
}

.bicara-sehat .card-img-border {
  overflow: hidden;
  max-height: 300px;
}

.bicara-sehat .card-img-border img {
  transition: all ease-in-out 0.4s;
}

.bicara-sehat .card-img-border:hover img {
  transform: scale(1.1);
}

.bicara-sehat .card-title {
  margin-bottom: 0.3rem;
}

.bicara-sehat .fa-users {
  margin-left: 1rem;
}

.bicara-sehat .card-footer {
  font-size: 0.8rem;
}

/* Button */
.bicara-sehat .download {
  display: inline-block;
  background: #e96b56;
  border-radius: 3px;
  padding: 6px 20px 8px 20px;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}

.bicara-sehat .download:hover {
  background: #e6573f;
}

.bicara-sehat .download a {
  color: #fff;
}

/* Pagination */
.bicara-sehat .bicara-sehat-pagination {
  color: #878787;
}

.bicara-sehat .bicara-sehat-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.bicara-sehat .bicara-sehat-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.bicara-sehat .bicara-sehat-pagination li.active {
  background: white;
}

.bicara-sehat .bicara-sehat-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.bicara-sehat .bicara-sehat-pagination li.active,
.bicara-sehat .bicara-sehat-pagination li:hover {
  background: #e96b56;
  border: 1px solid #e96b56;
}

.bicara-sehat .bicara-sehat-pagination li.active a,
.bicara-sehat .bicara-sehat-pagination li:hover a {
  color: #fff;
}

.bicara-sehat .bicara-sehat-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.bicara-sehat .bicara-sehat-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.bicara-sehat .count-download {
  font-weight: 400;
  padding-top: 20px;
  padding-left: 5px;
}
